http://www.w3.org/2000/09/xmldsig#
The ObjectType Complex Type
Complex Type ObjectType
The ObjectType type allows mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<... Encoding="anyURI" Id="ID" MimeType="string">
Element  has both elements and textElement has both elements and text.
-Begin Sequence [0...*]
 Allows any elements from any namespaces (lax validation). [1..1] Allows any elements from any namespaces (lax validation). [1..1]
End Sequence
</...>
 Collapse Attributes
Name Type Summary
Encoding anyURI
Use of this attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
Id ID
Use of this attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
MimeType string
Use of this attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 
 Collapse XML
-<complexType  mixed="true"  name="ObjectType">
-<sequence  maxOccurs="unbounded"  minOccurs="0">
<any  maxOccurs="1"  minOccurs="1"  namespace="##any"  processContents="lax" />
</sequence>
<attribute  name="Id"  type="ID"  use="optional" />
<attribute  name="MimeType"  type="string"  use="optional" />
<!-- add a grep facet -->
<attribute  name="Encoding"  type="anyURI"  use="optional" />
</complexType>
 Collapse Uses
 Collapse Type (3)
anyURI  ID  string 
 
 Collapse Used-By
 Collapse Element (1)
Object 
 
Generated by XSDdoc 2.0 ©