XML Schema Documentation

Complex Type: ObjectType

[Table of contents]

Super-types: None
Sub-types: None
Name ObjectType
Abstract no
XML Instance Representation
<...
Id="ID [0..1]"
MimeType="string [0..1]"
Encoding="anyURI [0..1]">
<!-- Mixed content -->
Start Sequence [0..*]
Allow any elements from any namespace (lax validation). [1]
End Sequence
</...>
Diagram
Schema Component Representation
<complexType name="ObjectType" mixed="true">
<sequence minOccurs="0" maxOccurs="unbounded">
<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>