<xsd:complexType name="PortfolioDefinition">
<xsd:annotation>
<xsd:documentation xml:lang="en">The set of elements that identify a portfolio.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="portfolioName" type="NormalizedString" minOccurs="0" />
<xsd:element name="asOfDate" type="xsd:date" minOccurs="0" />
<xsd:element name="definingParty" type="PartyReference" minOccurs="0" />
<xsd:element name="matchingParty" type="PartyReference" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|