Definition Type: ComplexType
Name: DocumentReferenceABIEType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The DocumentReferenceABIEType component represents information referenced documents, e.g., Orders, Leads, Invoices, etc.
Collapse XSD Schema Diagram:
Drilldown into DocumentDateTime in schema components_xsd Drilldown into DocumentIdentificationGroup in schema components_xsdXSD Diagram of DocumentReferenceABIEType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DocumentReferenceABIEType">
    <xsd:annotation>
        <xsd:documentation>The DocumentReferenceABIEType component represents information referenced documents, e.g., Orders, Leads, Invoices, etc.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" ref="DocumentIdentificationGroup" />
        <xsd:element maxOccurs="1" minOccurs="0" name="DocumentDateTime" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The date and
                time that the event being documented, for example the Parts Order, occurred.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentIdentificationGroup star:DocumentIdentificationGroup 0 1
DocumentDateTime star:DocumentDateTime 0 1
Collapse Derivation Tree:
Collapse References:
star:DocumentReference, star:DocumentReferenceABIE