GAP

Simple Type Information

Used By

Attribute Delimiter/@gap

Source

<xs:simpleType name="GAP">
  <xs:restriction base="xs:string">
    <xs:enumeration value="true"/>
    <xs:enumeration value="false"/>
    <xs:enumeration value="unknown"/>
  </xs:restriction>
</xs:simpleType>