ds:Object

Element Information

Model

Attributes

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

Used By

Element ds:Signature

Source

<xs:element name="Object">
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="ds:Signature"/>
      <xs:element ref="ds:SignatureProperties"/>
      <xs:element ref="ds:Manifest"/>
      <xs:element ref="xades:QualifyingProperties"/>
      <xs:element ref="cXMLSignedInfo"/>
      <xs:element ref="Extrinsic"/>
    </xs:choice>
    <xs:attribute name="Id" type="xs:ID"/>
    <xs:attribute name="MimeType"/>
    <xs:attribute name="Encoding"/>
  </xs:complexType>
</xs:element>

Sample