Definition Type: ComplexType
Name: SalesActivityDocumentABIEType
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 DocumentTypeCode in schema components_xsd Drilldown into DocumentID in schema components_xsdXSD Diagram of SalesActivityDocumentABIEType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="SalesActivityDocumentABIEType">
    <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="DocumentTypeCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                Specifies the code that identifies the type of document being sent.
                This is a user defined code, and implementors should use the attributes
                on the element to identify the specific code list to be used during
                business rule validation.
            </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
DocumentTypeCode star:DocumentTypeCode 0 1
IssuingName star:IssuingName 0 1
EffectivePeriod star:EffectivePeriod 0 1
Collapse Derivation Tree:
Collapse References:
star:SalesActivityDocument