Showing:

Attributes
Diagrams
Instances
Properties
Source
Used by
Element DataObjectFormatType / Description
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Description" type="xs:string" minOccurs="0"/>
Element DataObjectFormatType / ObjectIdentifier
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram PES_Aller100.tmp#id733 PES_Aller100.tmp#id737 PES_Aller100.tmp#id738 PES_Aller100.tmp#id732
Type ObjectIdentifierType
Properties
content: complex
minOccurs: 0
Model Identifier , Description{0,1} , DocumentationReferences{0,1}
Children Description, DocumentationReferences, Identifier
Instance
<ObjectIdentifier>
  <Identifier Qualifier="">{1,1}</Identifier>
  <Description>{0,1}</Description>
  <DocumentationReferences>{0,1}</DocumentationReferences>
</ObjectIdentifier>
Source
<xs:element name="ObjectIdentifier" type="ObjectIdentifierType" minOccurs="0"/>
Element DataObjectFormatType / MimeType
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="MimeType" type="xs:string" minOccurs="0"/>
Element DataObjectFormatType / Encoding
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram
Type xs:anyURI
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Encoding" type="xs:anyURI" minOccurs="0"/>
Complex Type DataObjectFormatType
Namespace http://uri.etsi.org/01903/v1.1.1#
Diagram
Diagram PES_Aller114.tmp#id804 PES_Aller114.tmp#id800 PES_Aller114.tmp#id801 PES_Aller114.tmp#id802 PES_Aller114.tmp#id803
Used by
Model Description{0,1} , ObjectIdentifier{0,1} , MimeType{0,1} , Encoding{0,1}
Children Description, Encoding, MimeType, ObjectIdentifier
Attributes
QName Type Fixed Default Use Annotation
ObjectReference xs:anyURI required
Source
<xs:complexType name="DataObjectFormatType">
  <xs:sequence>
    <xs:element name="Description" type="xs:string" minOccurs="0"/>
    <xs:element name="ObjectIdentifier" type="ObjectIdentifierType" minOccurs="0"/>
    <xs:element name="MimeType" type="xs:string" minOccurs="0"/>
    <xs:element name="Encoding" type="xs:anyURI" minOccurs="0"/>
  </xs:sequence>
  <xs:attribute name="ObjectReference" type="xs:anyURI" use="required"/>
</xs:complexType>
Attribute DataObjectFormatType / @ObjectReference
Namespace No namespace
Type xs:anyURI
Properties
use: required
Used by
Complex Type DataObjectFormatType
Source
<xs:attribute name="ObjectReference" type="xs:anyURI" use="required"/>