Definition Type: ComplexType
Name: ProjectABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract True
Documentation:
ProjectABIEType is logically derived from UN/CEFACT TBG17 ABIE ProjectType as defined in the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.
Collapse XSD Schema Diagram:
Drilldown into TimePeriod in schema components_xsd1 Drilldown into Location in schema components_xsd1 Drilldown into Amount in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into ResourceCodes in schema components_xsd1 Drilldown into ID in schema fields_xsd1 Drilldown into IDsGroup in schema components_xsd1 Drilldown into type in schema components_xsd1XSD Diagram of ProjectABIEType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType abstract="true" name="ProjectABIEType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            ProjectABIEType is logically derived from UN/CEFACT TBG17 ABIE ProjectType as defined in
            the Reusable Aggregate Business Information Entity (RUABIE) XML Schema file.

         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group minOccurs="0" ref="IDsGroup" />
        <xsd:element minOccurs="0" ref="ResourceCodes" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Description" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Amount" />
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="Location" />
        <xsd:element minOccurs="0" ref="TimePeriod" />
    </xsd:sequence>
    <xsd:attribute name="type" type="NormalizedStringType">
        <xsd:annotation>
            <xsd:documentation source="http://www.openapplications.org/oagis/9">
               Indicate the type of project.
            </xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID oagis:ID 0 unbounded
ResourceCodes oagis:ResourceCodes 0 (1)
Description oagis:Description 0 unbounded
Amount oagis:Amount 0 unbounded
Location oagis:Location 0 unbounded
TimePeriod oagis:TimePeriod 0 (1)
<xs:group> oagis:IDsGroup 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type oagis:type (Optional)
Collapse Derivation Tree:
Collapse References:
oagis:ProjectBaseType