tei:att.internetMedia.attribute.mimeType

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
mimeType restriction of list of restriction of xs:token optional
(MIME media type) specifies the applicable multimedia internet mail
extension (MIME) media type

Used By

Source

<xs:attributeGroup name="att.internetMedia.attribute.mimeType">
  <xs:attribute name="mimeType">
    <xs:annotation>
      <xs:documentation>(MIME media type) specifies the applicable multimedia internet mail extension (MIME) media type</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
      <xs:restriction>
        <xs:simpleType>
          <xs:list>
            <xs:simpleType>
              <xs:restriction base="xs:token">
                <xs:pattern value="(\p{L}|\p{N}|\p{P}|\p{S})+"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:list>
        </xs:simpleType>
        <xs:minLength value="1"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:attributeGroup>