Definition Type: ComplexType
Name: GoodsDescriptionType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatecorecomponentSchemaModule/0.1
Containing Schema: ReusableAggregateCoreComponent.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OperationalCategoryCode in schema reusableaggregatecorecomponent_xsd Drilldown into CargoCategoryCode in schema reusableaggregatecorecomponent_xsd Drilldown into Text in schema reusableaggregatecorecomponent_xsdXSD Diagram of GoodsDescriptionType in schema reusableaggregatecorecomponent_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="GoodsDescriptionType">
    <xsd:sequence>
        <xsd:element name="Text" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="CargoCategoryCode" type="udt:CodeType" minOccurs="0" />
        <xsd:element name="OperationalCategoryCode" type="udt:CodeType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Text rcm:Text 0 unbounded
CargoCategoryCode rcm:CargoCategoryCode 0 (1)
OperationalCategoryCode rcm:OperationalCategoryCode 0 (1)
Collapse Derivation Tree:
Collapse References:
rcm:GoodsDescription