a.coverage

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
coverage restriction of xs:token required

Used By

Complex Type physdescstructured

Source

<xs:attributeGroup name="a.coverage">
  <xs:attribute name="coverage" use="required">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="whole"/>
        <xs:enumeration value="part"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>