<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>
|