Definition Type: ComplexType
Name: RelatedItemType
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Containing Schema: UBL-CommonAggregateComponents-2.0.xsd
Abstract
Documentation:
ABIE Related Item. Details Information about the relationship between two items. Related Item
Collapse XSD Schema Diagram:
Drilldown into Description in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into Quantity in schema ubl-commonbasiccomponents-2_0_xsd Drilldown into ID in schema ubl-commonbasiccomponents-2_0_xsdXSD Diagram of RelatedItemType in schema ubl-commonaggregatecomponents-2_0_xsd (OASIS Universal Business Language (UBL) TC)
Collapse XSD Schema Code:
<xsd:complexType name="RelatedItemType">
    <xsd:annotation>
        <xsd:documentation>
            <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                <ccts:ComponentType>ABIE</ccts:ComponentType>
                <ccts:DictionaryEntryName>Related Item. Details</ccts:DictionaryEntryName>
                <ccts:Definition>Information about the relationship between two items.</ccts:Definition>
                <ccts:ObjectClass>Related Item</ccts:ObjectClass>
            </ccts:Component>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="cbc:ID" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Related Item. Identifier</ccts:DictionaryEntryName>
                        <ccts:Definition>An identifier for the related item.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Related Item</ccts:ObjectClass>
                        <ccts:PropertyTerm>Identifier</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm>
                        <ccts:DataType>Identifier. Type</ccts:DataType>
                        <ccts:Examples>"First", "Second"</ccts:Examples>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:Quantity" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Related Item. Quantity</ccts:DictionaryEntryName>
                        <ccts:Definition>The quantity that applies to the relationship.</ccts:Definition>
                        <ccts:Cardinality>0..1</ccts:Cardinality>
                        <ccts:ObjectClass>Related Item</ccts:ObjectClass>
                        <ccts:PropertyTerm>Quantity</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm>
                        <ccts:DataType>Quantity. Type</ccts:DataType>
                        <ccts:Examples>"6", "10mg per Kilo"</ccts:Examples>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="cbc:Description" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>
                    <ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2">
                        <ccts:ComponentType>BBIE</ccts:ComponentType>
                        <ccts:DictionaryEntryName>Related Item. Description. Text</ccts:DictionaryEntryName>
                        <ccts:Definition>A description for the relationship.</ccts:Definition>
                        <ccts:Cardinality>0..n</ccts:Cardinality>
                        <ccts:ObjectClass>Related Item</ccts:ObjectClass>
                        <ccts:PropertyTerm>Description</ccts:PropertyTerm>
                        <ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
                        <ccts:DataType>Text. Type</ccts:DataType>
                        <ccts:Examples>"If used in wet conditions or extreme environments"</ccts:Examples>
                    </ccts:Component>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID cbc:ID 0 1
Quantity cbc:Quantity 0 1
Description cbc:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
cac:AccessoryRelatedItem, cac:ComplementaryRelatedItem, cac:ComponentRelatedItem, cac:RelatedItem, cac:ReplacementRelatedItem, cac:RequiredRelatedItem