Element | ds:Object |
<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> |