mei:mei_att.canonical.attribute.codedval

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
codedval restriction of list of xs:NMTOKEN optional
a value that represents or identifies the element content. May serve as a
primary key in a web-accessible database identified by the authURI
attribute.

Used By

Source

<xs:attributeGroup name="mei_att.canonical.attribute.codedval">
  <xs:attribute name="codedval">
    <xs:annotation>
      <xs:documentation>a value that represents or identifies the element content. May serve as a primary key in a web-accessible database identified by the authURI attribute.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list itemType="xs:NMTOKEN"/>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>