ds:ObjectType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
Encoding xs:anyURI optional
Id xs:ID optional
MimeType xs:string optional

Used By

Element ds:Object

Source

<xs:complexType name="ObjectType" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element ref="ds:Manifest"/>
    <xs:element ref="ds:SignatureProperties"/>
  </xs:choice>
  <xs:attribute name="Encoding" type="xs:anyURI"/>
  <xs:attribute name="MimeType" type="xs:string"/>
  <xs:attribute name="Id" type="xs:ID"/>
</xs:complexType>