complexType "ds:ObjectType"
Namespace:
Content:
mixed (allows character data), 3 attributes, elem. wildcard
Defined:
Includes:
definitions of 3 attributes, elem. wildcard
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
ID
 = 
string
 = 
anyURI
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
ds:Object
Known Usage Locations
XML Source (see within schema source)
<complexType mixed="true" name="ObjectType">
<sequence maxOccurs="unbounded" minOccurs="0">
<any namespace="##any" processContents="lax"/>
</sequence>
<attribute name="Id" type="ID" use="optional"/>
<attribute name="MimeType" type="string" use="optional"/>
<attribute name="Encoding" type="anyURI" use="optional"/>
<!-- add a grep facet -->
</complexType>
Attribute Detail (all declarations; defined within this component only; 3/3)
Encoding
Type:
anyURI, predefined
Use:
optional
XML Source (see within schema source)
<attribute name="Encoding" type="anyURI" use="optional"/>

Id
Type:
ID, predefined
Use:
optional
XML Source (see within schema source)
<attribute name="Id" type="ID" use="optional"/>

MimeType
Type:
string, predefined
Use:
optional
XML Source (see within schema source)
<attribute name="MimeType" type="string" use="optional"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
{any element with any namespace}
XML Source (see within schema source)
<any namespace="##any" processContents="lax"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.