http://schemas.bs8723.org/XmlSchema/
simpleType HierRelType

Super Types
{http://www.w3.org/2001/XMLSchema}anySimpleType
|
+--{http://schemas.bs8723.org/XmlSchema/}HierRelType (restriction)

Documentation
Data type containing the list of common BT and NT relationships
Properties
This component is not nillable.

Model

()

Source
<xs:simpleType name="HierRelType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="BT"/>
<xs:enumeration value="BT/BTG"/>
<xs:enumeration value="BT/BTI"/>
<xs:enumeration value="BT/BTP"/>
<xs:enumeration value="NT"/>
<xs:enumeration value="NT/NTG"/>
<xs:enumeration value="NT/NTI"/>
<xs:enumeration value="NT/NTP"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string"/>
</xs:simpleType>
</xs:union>
</xs:simpleType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.