Defines the set of permissible, comparable datatypes that can be used as the boundary for an interval. In a Data Model, this type is constrained to a single choice (e.g., only 'invl-decimal').
<xs:complexType name="InvlType"><xs:annotation><xs:documentation xml:lang="en-us">Defines the set of permissible, comparable datatypes that can be used as the boundary for an interval. In a Data Model, this type is constrained to a single choice (e.g., only 'invl-decimal').</xs:documentation></xs:annotation><xs:choice><xs:element name="invl-int" type="xs:integer" nillable="true"/><xs:element name="invl-decimal" type="xs:decimal" nillable="true"/><xs:element name="invl-float" type="xs:float" nillable="true"/><xs:element name="invl-double" type="xs:double" nillable="true"/><xs:element name="invl-date" type="xs:date" nillable="true"/><xs:element name="invl-time" type="xs:time" nillable="true"/><xs:element name="invl-dateTime" type="xs:dateTime" nillable="true"/><xs:element name="invl-duration" type="xs:duration" nillable="true"/></xs:choice></xs:complexType>