Definition Type: ComplexType
Name: DocumentReferenceIdentificationGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A list of identifications referencing other documents, e.g. a Repair Order Number referenced in a Parts Order BOD. Multiple reference numbers can be identified using the DocumentReferenceIdentificationGroup
Collapse XSD Schema Diagram:
Drilldown into DocumentIdentification in schema components_xsdXSD Diagram of DocumentReferenceIdentificationGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DocumentReferenceIdentificationGroupType">
    <xsd:annotation>
        <xsd:documentation>A list of identifications referencing other documents, e.g. a Repair Order Number referenced in a Parts Order BOD.  Multiple reference numbers can be identified using the DocumentReferenceIdentificationGroup</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="1" ref="DocumentIdentification" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentIdentification star:DocumentIdentification 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:DocumentReferenceIdentificationGroup