xades:DataObjectFormat
Element information
Namespace: http://uri.etsi.org/01903/v1.3.2#
Schema document: common/UBL-XAdESv132-2.1.xsd
Other elements with the same name: xades:DataObjectFormat
Type: xades:DataObjectFormatType
Properties: Local, Qualified
Content
- Sequence [1..1]
- xades:Description [0..1]
- xades:ObjectIdentifier [0..1]
- xades:MimeType [0..1]
- xades:Encoding [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ObjectReference | [1..1] | xsd:anyURI |
Used in
- Type xades:SignedDataObjectPropertiesType (Elements xades:SignedDataObjectProperties, xades:SignedDataObjectProperties)
Sample instance
<xades:DataObjectFormat ObjectReference="http://www.example.com/"> <xades:Description>string</xades:Description> <xades:ObjectIdentifier> <xades:Identifier>http://www.example.com/</xades:Identifier> <xades:Description>string</xades:Description> <xades:DocumentationReferences> <xades:DocumentationReference>http://www.example.com/</xades:DocumentationReference> </xades:DocumentationReferences> </xades:ObjectIdentifier> <xades:MimeType>string</xades:MimeType> <xades:Encoding>http://www.example.com/</xades:Encoding> </xades:DataObjectFormat>