<ccts:Component> <ccts:ComponentType>ABIE</ccts:ComponentType> <ccts:DictionaryEntryName>Attachment. Details</ccts:DictionaryEntryName> <ccts:Definition>A class to describe an attached document. An attachment can refer to an external document or be included with the document being exchanged.</ccts:Definition> <ccts:ObjectClass>Attachment</ccts:ObjectClass> </ccts:Component> |
Elements | Attachment, DigitalSignatureAttachment |
<xsd:complexType name="AttachmentType"> <xsd:annotation> <xsd:documentation> <ccts:Component> <ccts:ComponentType>ABIE</ccts:ComponentType> <ccts:DictionaryEntryName>Attachment. Details</ccts:DictionaryEntryName> <ccts:Definition>A class to describe an attached document. An attachment can refer to an external document or be included with the document being exchanged.</ccts:Definition> <ccts:ObjectClass>Attachment</ccts:ObjectClass> </ccts:Component> </xsd:documentation> </xsd:annotation> <xsd:sequence> <xsd:element ref="cbc:EmbeddedDocumentBinaryObject" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation> <ccts:Component> <ccts:ComponentType>BBIE</ccts:ComponentType> <ccts:DictionaryEntryName>Attachment. Embedded_ Document. Binary Object</ccts:DictionaryEntryName> <ccts:Definition>A binary large object containing an attached document.</ccts:Definition> <ccts:Cardinality>0..1</ccts:Cardinality> <ccts:ObjectClass>Attachment</ccts:ObjectClass> <ccts:PropertyTermQualifier>Embedded</ccts:PropertyTermQualifier> <ccts:PropertyTerm>Document</ccts:PropertyTerm> <ccts:RepresentationTerm>Binary Object</ccts:RepresentationTerm> <ccts:DataType>Binary Object. Type</ccts:DataType> </ccts:Component> </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element ref="cac:ExternalReference" minOccurs="0" maxOccurs="1"> <xsd:annotation> <xsd:documentation> <ccts:Component> <ccts:ComponentType>ASBIE</ccts:ComponentType> <ccts:DictionaryEntryName>Attachment. External Reference</ccts:DictionaryEntryName> <ccts:Definition>A reference to an attached document that is external to the document(s) being exchanged.</ccts:Definition> <ccts:Cardinality>0..1</ccts:Cardinality> <ccts:ObjectClass>Attachment</ccts:ObjectClass> <ccts:PropertyTerm>External Reference</ccts:PropertyTerm> <ccts:AssociatedObjectClass>External Reference</ccts:AssociatedObjectClass> <ccts:RepresentationTerm>External Reference</ccts:RepresentationTerm> </ccts:Component> </xsd:documentation> </xsd:annotation> </xsd:element> </xsd:sequence> </xsd:complexType> |