<xsd:complexType name="ProjectType">
<xsd:sequence>
<xsd:element name="ID" type="udt:IdentifierType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Description" type="ram:DescriptionType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Name" type="udt:TextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Code" type="udt:CodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="IndicationIndicator" type="udt:IndicatorType" minOccurs="0" />
<xsd:element name="Amount" type="udt:AmountType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Location" type="ram:LocationType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="TimePeriod" type="ram:TimePeriodType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|