<xsd:element name="Attachment">
<xsd:annotation>
<xsd:documentation>An optional unstructured document associated with a Business
Document.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="Documentation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Specification" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attributeGroup ref="name" />
<xsd:attributeGroup ref="documentSecurity" />
<xsd:attribute name="businessDocumentRef" type="xsd:IDREF" use="required">
<xsd:annotation>
<xsd:documentation>Indicates the nameID reference to the logical business
document.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="mimeType" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Defines the valid MIME (Multipurpose Internet Mail
Extensions) type of this Attachment. Example:
'application/pdf'.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="minOccurs" type="xsd:integer" use="optional">
<xsd:annotation>
<xsd:documentation>Defines the minimum occurrences of an Attachment. Note: This
attribute was added in v2.0.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="maxOccurs" type="xsd:integer" use="optional">
<xsd:annotation>
<xsd:documentation>Defines the maximum occurrences of an Attachment. Note: This
attribute was added in v2.0.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:unique name="Attachment-ID">
<xsd:selector xpath="." />
<xsd:field xpath="nameID" />
</xsd:unique>
</xsd:element>
|