mmlFc:attlist.name

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
mmlFc:repCode restriction of xs:token required
mmlFc:tableId xs:string MML0025 optional

Used By

Element mmlFc:name

Source

<xs:attributeGroup name="attlist.name">
  <xs:attribute name="repCode" use="required" form="qualified">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="I"/>
        <xs:enumeration value="A"/>
        <xs:enumeration value="P"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
  <xs:attribute name="tableId" form="qualified" default="MML0025" type="xs:string"/>
</xs:attributeGroup>