Definition Type: ComplexType
Name: DocumentABIEType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
A collection of data for a piece of written, printed or electronic matter that provides information or evidence.
Collapse XSD Schema Diagram:
Drilldown into EffectivePeriod in schema components_xsd Drilldown into IssuingName in schema components_xsd Drilldown into DocumentType in schema components_xsd Drilldown into DocumentID in schema components_xsdXSD Diagram of DocumentABIEType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DocumentABIEType">
    <xsd:annotation>
        <xsd:documentation>
                A collection of data for a piece of written, printed or electronic
                matter that provides information or evidence.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="DocumentID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The DocumentID is the identifier for the document. This identifier is a GUID or other unique identifier set by the creator of the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DocumentType" type="sqdt:AssigningOrganizationPartyIdType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> A code specifying the
                agency type issuing the document. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="IssuingName" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5"> An issuing name for this
                document like a state, or other agency. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="EffectivePeriod">
            <xsd:annotation>
                <xsd:documentation>
                        The period which this document is effective
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentID star:DocumentID 1 1
DocumentType star:DocumentType 0 1
IssuingName star:IssuingName 0 1
EffectivePeriod star:EffectivePeriod 0 1
Collapse Derivation Tree:
Collapse References:
star:AlternatePartyDocument