Definition Type: ComplexType
Name: RegistrationType
Namespace: http://www.openapplications.org/oagis/9/reusableaggregatebusinessinformationentity/0.1
Containing Schema: ReusableAggregateBusinessInformationEntity.xsd
Abstract
Documentation:
Registration. Details 0.1 Registration
Collapse XSD Schema Diagram:
Drilldown into CountrySubDivision in schema reusableaggregatebusinessinformationentity_xsd Drilldown into Country in schema reusableaggregatebusinessinformationentity_xsd Drilldown into TimePeriod in schema reusableaggregatebusinessinformationentity_xsd Drilldown into Status in schema reusableaggregatebusinessinformationentity_xsd Drilldown into CountryID in schema reusableaggregatebusinessinformationentity_xsd Drilldown into CountrySubDivisionID in schema reusableaggregatebusinessinformationentity_xsd Drilldown into ID in schema reusableaggregatebusinessinformationentity_xsd Drilldown into IndicationIndicator in schema reusableaggregatebusinessinformationentity_xsd Drilldown into Text in schema reusableaggregatebusinessinformationentity_xsd Drilldown into DateTime in schema reusableaggregatebusinessinformationentity_xsd Drilldown into Code in schema reusableaggregatebusinessinformationentity_xsdXSD Diagram of RegistrationType in schema reusableaggregatebusinessinformationentity_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="RegistrationType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
            <ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Registration. Details</ccts:DictionaryEntryName>
            <ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">0.1</ccts:VersionID>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:ObjectClassTermName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Registration</ccts:ObjectClassTermName>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:BusinessTermName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
            <ccts:Example xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Code" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DateTime" type="udt:DateTimeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Text" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="IndicationIndicator" type="udt:IndicatorType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" />
        <xsd:element name="CountrySubDivisionID" type="udt:IdentifierType" minOccurs="0" />
        <xsd:element name="CountryID" type="udt:IdentifierType" minOccurs="0" />
        <xsd:element name="Status" type="ram:StatusType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="TimePeriod" type="ram:TimePeriodType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Country" type="ram:CountryType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="CountrySubDivision" type="ram:CountrySubDivisionType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Code ram:Code 0 unbounded
DateTime ram:DateTime 0 unbounded
Text ram:Text 0 unbounded
IndicationIndicator ram:IndicationIndicator 0 unbounded
ID ram:ID 0 (1)
CountrySubDivisionID ram:CountrySubDivisionID 0 (1)
CountryID ram:CountryID 0 (1)
Status ram:Status 0 unbounded
TimePeriod ram:TimePeriod 0 unbounded
Country ram:Country 0 unbounded
CountrySubDivision ram:CountrySubDivision 0 unbounded
Collapse Derivation Tree:
Collapse References:
ram:Registration