Definition Type: ComplexType
Name: DocumentIdentificationGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A list of identifications related to a particular document.
Collapse XSD Schema Diagram:
Drilldown into AlternateDocumentIdentification in schema components_xsd Drilldown into DocumentIdentification in schema components_xsdXSD Diagram of DocumentIdentificationGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DocumentIdentificationGroupType">
    <xsd:annotation>
        <xsd:documentation>A list of identifications related to a particular
            document.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" ref="DocumentIdentification" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="AlternateDocumentIdentification" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentIdentification star:DocumentIdentification 1 1
AlternateDocumentIdentification star:AlternateDocumentIdentification 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:DocumentIdentificationGroup