areatree:length-or-auto

Simple Type Information

Used By

Source

<xs:simpleType name="length-or-auto">
  <xs:union memberTypes="areatree:length">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="auto"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>