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

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

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

Model

()

Source
<xs:simpleType name="AssociativeRelationshipType">
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="RT"/>
</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.