mei:mei_att.layerident.attribute.layer

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
layer restriction of list of xs:positiveInteger optional
Identifies the layer to which a feature applies.

Used By

Source

<xs:attributeGroup name="mei_att.layerident.attribute.layer">
  <xs:attribute name="layer">
    <xs:annotation>
      <xs:documentation>Identifies the layer to which a feature applies.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="xs:positiveInteger"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>