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