Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Imported schema xmlmime.xsd
Namespace http://www.w3.org/2005/05/xmlmime
Properties
attribute form default: unqualified
element form default: unqualified
Complex Type xmime:base64Binary
Namespace http://www.w3.org/2005/05/xmlmime
Diagram
Diagram index59.tmp#id2928
Type extension of xs:base64Binary
Used by
Attributes
QName Type Fixed Default Use Annotation
xmime:contentType restriction of xs:string optional
Source
<xs:complexType name="base64Binary">
  <xs:simpleContent>
    <xs:extension base="xs:base64Binary">
      <xs:attribute ref="xmime:contentType"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Complex Type xmime:hexBinary
Namespace http://www.w3.org/2005/05/xmlmime
Diagram
Diagram index59.tmp#id2928
Type extension of xs:hexBinary
Attributes
QName Type Fixed Default Use Annotation
xmime:contentType restriction of xs:string optional
Source
<xs:complexType name="hexBinary">
  <xs:simpleContent>
    <xs:extension base="xs:hexBinary">
      <xs:attribute ref="xmime:contentType"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Attribute @xmime:contentType
Namespace http://www.w3.org/2005/05/xmlmime
Type restriction of xs:string
Properties
content: simple
Facets
minLength 3
Used by
Source
<xs:attribute name="contentType">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:minLength value="3"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>
Attribute @xmime:expectedContentTypes
Namespace http://www.w3.org/2005/05/xmlmime
Type xs:string
Properties
content: simple
Source
<xs:attribute name="expectedContentTypes" type="xs:string"/>