simpleType "RelationshipCodeType"
Namespace:
Defined:
globally in archive.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"Parent"
 - 
Parent - Source is in a superior or higher position.
"Child"
 - 
Child - Source is in an inferior or lower position.
"Sibling"
 - 
Sibling - Source and Target are equals.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Indicates relation.
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN (restriction)
  RelationshipCodeType
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"Parent"
 - 
Parent - Source is in a superior or higher position.
"Child"
 - 
Child - Source is in an inferior or lower position.
"Sibling"
 - 
Sibling - Source and Target are equals.
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="RelationshipCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Parent"/>
<xs:enumeration value="Child"/>
<xs:enumeration value="Sibling"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set