namespace | urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 | |||||||||
type | restriction of xs:boolean | |||||||||
properties |
|
|||||||||
used by | ||||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="IndicatorType"> <xs:annotation> <xs:documentation xml:lang="en"> <ccts:UniqueID>UDT0000012</ccts:UniqueID> <ccts:CategoryCode>UDT</ccts:CategoryCode> <ccts:DictionaryEntryName>Indicator. Type</ccts:DictionaryEntryName> <ccts:VersionID>1.0</ccts:VersionID> <ccts:Definition>A list of two mutually exclusive Boolean values that express the only possible states of a property.</ccts:Definition> <ccts:RepresentationTermName>Indicator</ccts:RepresentationTermName> <ccts:PrimitiveType>string</ccts:PrimitiveType> <xsd:BuiltinType>boolean</xsd:BuiltinType> </xs:documentation> </xs:annotation> <xs:restriction base="xsd:boolean"> <xs:pattern value="false"/> <xs:pattern value="true"/> </xs:restriction> </xs:simpleType> |