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_xsd Drilldown into Location in schema components_xsd Drilldown into Amount in schema fields_xsd Drilldown into Description in schema fields_xsd Drilldown into ResourceCodes in schema components_xsd Drilldown into ID in schema fields_xsd Drilldown into IDsGroup in schema components_xsd Drilldown into type in schema components_xsdXSD Diagram of ProjectABIEType in schema components_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="ProjectABIEType" abstract="true">
    <xsd:annotation>
        <xsd:documentation>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 ref="IDsGroup" />
        <xsd:element ref="ResourceCodes" minOccurs="0" />
        <xsd:element ref="Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Amount" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Location" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="TimePeriod" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="type" type="NormalizedStringType">
        <xsd:annotation>
            <xsd:documentation>Indicate the type of project.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 unbounded
ResourceCodes nsA:ResourceCodes 0 (1)
Description nsA:Description 0 unbounded
Amount nsA:Amount 0 unbounded
Location nsA:Location 0 unbounded
TimePeriod nsA:TimePeriod 0 (1)
<xs:group> nsA:IDsGroup (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
type nsA:type (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:ProjectBaseType