Definition Type: ComplexType
Name: Attachment
Namespace: http://www.starstandards.org/webservices/2009/transport
Containing Schema: STARWSDLDataTypes4.xsd
Abstract
Documentation:
Attachment Information.
Collapse XSD Schema Diagram:
Drilldown into uriReference in schema starwsdldatatypes4_xsd Drilldown into mimeCode in schema starwsdldatatypes4_xsd Drilldown into attachmentData in schema starwsdldatatypes4_xsd Drilldown into fileName in schema starwsdldatatypes4_xsd Drilldown into id in schema starwsdldatatypes4_xsdXSD Diagram of Attachment in schema starwsdldatatypes4_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="Attachment">
    <xsd:annotation>
        <xsd:documentation>Attachment Information.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="id" type="xsd:token" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>An optional ID to identify the attachment</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fileName" type="xsd:string" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org">The name of the file being transported</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="attachmentData" type="xsd:base64Binary" xmime:expectedContentTypes="application/octet-stream" minOccurs="0" maxOccurs="1" xmlns:xmime="http://www.w3.org/2005/05/xmlmime">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org">Binary data using base64Binary encoding.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="mimeCode" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/">Describes the content type of the attachment using a MIME code
              </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="uriReference" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org">External attachments that reside on an accessible server. For
               these attachments this element carries only the URL of the attachment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
id starws:id 0 1
fileName starws:fileName 0 1
attachmentData starws:attachmentData 0 1
mimeCode starws:mimeCode (1) (1)
uriReference starws:uriReference 0 1
Collapse Derivation Tree:
Collapse References:
starws:attachment