Definition Type: Attribute
Name: version
Namespace: http://www.starstandards.org/webservices/2009/transport
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: STARWSDLDataTypes4.xsd
Use Optional
Documentation:
When the payload content is a BOD, this attribute contains the version number of the noun’s schema used to validate the BOD, for example, 3.01. For an attachment, version specifies the version of the attachment contents. For example, DTS files use the interfaceVersion of the file. For BOD content and DTS attachments this attribute is REQUIRED.
Collapse XSD Schema Diagram:
XSD Diagram of version in schema starwsdldatatypes4_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:attribute name="version" type="xsd:string" use="optional">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org"> When the payload content is a BOD, this attribute contains the
          version number of the noun’s schema used to validate the BOD, for example, 3.01. For an attachment, version
          specifies the version of the attachment contents. For example, DTS files use the interfaceVersion of the file.
          For BOD content and DTS attachments this attribute is REQUIRED.</xsd:documentation>
    </xsd:annotation>
</xsd:attribute>