urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0
complexType ItemIdentificationType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0}ItemIdentificationType (restriction)

Documentation
ABIE Item Identification. Details information directly relating to the identification an item Item Identification
Properties
This component is not nillable.

Model
<...>
(ID, PhysicalAttribute*, MeasurementDimension*, IssuerParty? )
</...>


Nested Element Summary
udt:IdentifierTypeID
           BBIE Item Identification. 
 IssuerParty
           ASBIE Item Identification. 
 MeasurementDimension
           ASBIE Item Identification. 
 PhysicalAttribute
           ASBIE Item Identification. 
Source
<xsd:complexType name="ItemIdentificationType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="1" name="ID" type="udt:IdentifierType">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="PhysicalAttribute">
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="MeasurementDimension">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" ref="IssuerParty">
</xsd:element>
</xsd:sequence>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.