Definition Type: ComplexType
Name: InvoiceNumberType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Generic type designed to support Brazilian Legal reporting requirements for payment documentation.
Collapse XSD Schema Diagram:
Drilldown into Date in schema components_xsd Drilldown into DigitCheck in schema components_xsd Drilldown into Password in schema components_xsd Drilldown into Series in schema components_xsd Drilldown into Number in schema components_xsdXSD Diagram of InvoiceNumberType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="InvoiceNumberType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Generic type designed to support Brazilian Legal reporting requirements for payment documentation.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Number" type="udt:TextType" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Invoice Number.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Series" type="udt:TextType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Invoice Number Series.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Password" type="udt:TextType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Invoice Number Password.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="DigitCheck" type="udt:TextType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Invoice Number Digit Check.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Date" type="udt:DateType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Invoice Number Date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Number star:Number 1 1
Series star:Series 0 1
Password star:Password 0 1
DigitCheck star:DigitCheck 0 1
Date star:Date 0 1
Collapse Derivation Tree:
Collapse References:
star:LaborInvoiceNumber, star:OutsidePartInvoiceNumber, star:PartsInvoiceNumber