structureValues

Simple Type Information

Source

<xs:simpleType name="structureValues">
  <xs:restriction base="xs:token">
    <xs:enumeration value="atomic"/>
    <xs:enumeration value="collection"/>
    <xs:enumeration value="networked"/>
    <xs:enumeration value="hierarchical"/>
    <xs:enumeration value="linear"/>
  </xs:restriction>
</xs:simpleType>