Definition Type: AttributeGroup
Name: AttachmentAttributes
Namespace: http://www.starstandards.org/webservices/2005/10/transport
Containing Schema: STARWSDLDataTypes.xsd
Documentation:
Identifies additional information about the attachment.
Collapse XSD Schema Diagram:
Drilldown into action in schema starwsdldatatypes_xsd Drilldown into to in schema starwsdldatatypes_xsd Drilldown into from in schema starwsdldatatypes_xsd Drilldown into size in schema starwsdldatatypes_xsd Drilldown into dateTime in schema starwsdldatatypes_xsd Drilldown into fileName in schema starwsdldatatypes_xsd Drilldown into mimeCode in schema starwsdldatatypes_xsd Drilldown into id in schema starwsdldatatypes_xsdXSD Diagram of AttachmentAttributes in schema starwsdldatatypes_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:attributeGroup name="AttachmentAttributes">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org"> Identifies additional
                information about the attachment.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="id" type="xsd:ID" use="optional">
        <xsd:annotation>
            <xsd:documentation>An optional ID to identify the attachment</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="mimeCode" type="xsd:token" use="optional">
        <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:attribute>
    <xsd:attribute name="fileName" type="xsd:token" use="optional">
        <xsd:annotation>
            <xsd:documentation source="http://www.starstandard.org">The name of the file being
                    transported</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="dateTime" type="xsd:dateTime" use="optional">
        <xsd:annotation>
            <xsd:documentation source="http://www.starstandard.org">The date and time of the
                    file</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="size" type="xsd:long" use="optional">
        <xsd:annotation>
            <xsd:documentation source="http://www.starstandard.org">The size of the attachment
                    in bytes.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="from" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation source="http://www.starstandard.org">Sender of the
                    attachment.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="to" type="xsd:string" use="optional">
        <xsd:annotation>
            <xsd:documentation source="http://www.starstandard.org">Receiver of the
                    attachment.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="action" type="xsd:anyURI" use="optional">
        <xsd:annotation>
            <xsd:documentation source="http://www.starstandard.org">Need
                    Description</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
id starws:id Optional
mimeCode starws:mimeCode Optional
fileName starws:fileName Optional
dateTime starws:dateTime Optional
size starws:size Optional
from starws:from Optional
to starws:to Optional
action starws:action Optional