Definition Type: ComplexType
Name: OrderLineReferenceType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0
Containing Schema: UBL-CommonAggregateComponents-1.0.xsd
Abstract
Documentation:
ABIE Order Line Reference. Details identifies a referenced line and relevant order document Order Line Reference
Collapse XSD Schema Diagram:
Drilldown into OrderReference in schema ubl-commonaggregatecomponents-1_0_xsd Drilldown into LineStatusCode in schema ubl-commonaggregatecomponents-1_0_xsd Drilldown into SellersLineID in schema ubl-commonaggregatecomponents-1_0_xsd Drilldown into BuyersLineID in schema ubl-commonaggregatecomponents-1_0_xsdXSD Diagram of OrderLineReferenceType in schema ubl-commonaggregatecomponents-1_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="OrderLineReferenceType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                <ccts:ComponentType>ABIE</ccts:ComponentType>
                <ccts:DictionaryEntryName>Order Line Reference. Details</ccts:DictionaryEntryName>
                <ccts:Definition>identifies a referenced line and relevant order document</ccts:Definition>
                <ccts:ObjectClass>Order Line Reference</ccts:ObjectClass>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="BuyersLineID" type="udt:IdentifierType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Order Line Reference. Buyers_ Line Identifier. Identifier</ccts:DictionaryEntryName>
                        <ccts:Definition>Buyer's identifier of the order line</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Order Line Reference</ccts:ObjectClass>
                        <ccts:PropertyTermQualifier>Buyers</ccts:PropertyTermQualifier>
                        <ccts:PropertyTerm>Line Identifier</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
                        <ccts:DataType>Identifier. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SellersLineID" type="udt:IdentifierType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Order Line Reference. Sellers_ Line Identifier. Identifier</ccts:DictionaryEntryName>
                        <ccts:Definition>Seller's identifier of the order line</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Order Line Reference</ccts:ObjectClass>
                        <ccts:PropertyTermQualifier>Sellers</ccts:PropertyTermQualifier>
                        <ccts:PropertyTerm>Line Identifier</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
                        <ccts:DataType>Identifier. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="LineStatusCode" type="lstat:LineStatusCodeType" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Order Line Reference. Line Status. Code</ccts:DictionaryEntryName>
                        <ccts:Definition>Identifies the status of the line with regard to its original state.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Order Line Reference</ccts:ObjectClass>
                        <ccts:PropertyTerm>Line Status</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Code</ccts:RepresentationTerm>
                        <ccts:DataType>Line Status_ Code. Type</ccts:DataType>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="OrderReference" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:oasis:names:specification:ubl:schema:xsd:CoreComponentParameters-1.0">
                        <ccts:ComponentType>ASBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Order Line Reference. Order Reference</ccts:DictionaryEntryName>
                        <ccts:Definition>associates the Line with an Order</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Order Line Reference</ccts:ObjectClass>
                        <ccts:PropertyTerm>Order Reference</ccts:PropertyTerm>
                        <ccts:AssociatedObjectClass>Order Reference</ccts:AssociatedObjectClass>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BuyersLineID cac:BuyersLineID 0 1
SellersLineID cac:SellersLineID 0 1
LineStatusCode cac:LineStatusCode 0 1
OrderReference cac:OrderReference 0 1
Collapse Derivation Tree:
Collapse References:
cac:OrderLineReference