namespace | urn:un:unece:uncefact:data:specification:UnqualifiedDataTypesSchemaModule:2 | ||||
type | restriction of xsd:boolean | ||||
used by | |||||
facets |
|
||||
annotation |
|
||||
source | <xsd:simpleType name="IndicatorType"> <xsd:annotation> <xsd: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> </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:boolean"> <xsd:pattern value="false"/> <xsd:pattern value="true"/> </xsd:restriction> </xsd:simpleType> |