complexType "MimeType"
Namespace:
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Used:
Component Diagram
XML Representation Summary
<...
   
 = 
xsd:anyURI
   
>
   
Content: 
{ xsd:normalizedString }
</...>
Simple Content Restrictions:
MaxLength:
255
MinLength:
0

All Direct / Indirect Based Elements (2):
mimeType (defined in AdditionalData complexType),
mimeType (defined in Resource complexType)
Known Usage Locations
Annotation
The type that indicates the type of media used to store the content. MimeType is used to determine the software product(s) that can read the content. MIME types are described in RFC 2046.
Type Definition Detail
Type Derivation Tree
xsd:normalizedString (restriction)
  NormalizedString (restriction)
      Scheme (extension)
          MimeType
Derivation:
extension of Scheme
XML Source (w/o annotations (1); see within schema source)
<xsd:complexType name="MimeType">
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="mimeTypeScheme" type="NonEmptyURI"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
mimeTypeScheme
Type:
Use:
optional
Attribute Value
xsd:anyURI
MinLength:
1
XML Source (see within schema source)
<xsd:attribute name="mimeTypeScheme" type="NonEmptyURI"/>

XML schema documentation generated with FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.