Definition Type: Attribute
Name: contentID
Namespace: http://www.starstandards.org/webservices/2005/10/transport
Type: IDREF:http://www.w3.org/2001/XMLSchema
Containing Schema: STARWSDLDataTypes.xsd
Use Required
Documentation:
This attribute should be populated with the ID of the corresponding content element. This attribute, along with the id attribute of the content element is used to match the manifest to its corresponding content element
Collapse XSD Schema Diagram:
XSD Diagram of contentID in schema starwsdldatatypes_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:attribute name="contentID" type="xsd:IDREF" use="required">
    <xsd:annotation>
        <xsd:documentation> This attribute should be populated with the ID of the
                    corresponding content element.
                    This attribute, along with the id attribute of
                    the content element is used to match the manifest to
                    its corresponding content
                    element </xsd:documentation>
    </xsd:annotation>
</xsd:attribute>