mmlCm:attlist.Id

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
mmlCm:checkDigit xs:string optional
mmlCm:checkDigitSchema restriction of xs:token optional
mmlCm:tableId xs:string required
mmlCm:type xs:string required

Used By

Element mmlCm:Id

Source

<xs:attributeGroup name="attlist.Id">
  <xs:attribute name="type" type="xs:string" use="required" form="qualified"/>
  <xs:attribute name="checkDigitSchema" form="qualified">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="M10"/>
        <xs:enumeration value="M11"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="checkDigit" type="xs:string" form="qualified"/>
  <xs:attribute name="tableId" type="xs:string" use="required" form="qualified"/>
</xs:attributeGroup>