<xsd:group name="BasketIdentifier.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A group that specifies a name and an identifier for a given basket.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:sequence>
<xsd:element name="basketName" type="BasketName">
<xsd:annotation>
<xsd:documentation xml:lang="en">The name of the basket expressed as a free format string. FpML does not define usage rules for this element.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="basketId" type="BasketId" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A CDS basket identifier</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="basketId" type="BasketId" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A CDS basket identifier</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
</xsd:group>
|