Definition Type: Group
Name: BasketIdentifier.model
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-asset-4-4.xsd
Documentation:
A group that specifies a name and an identifier for a given basket.
Collapse XSD Schema Diagram:
Drilldown into basketId in schema fpml-asset-4-4_xsd Drilldown into basketId in schema fpml-asset-4-4_xsd Drilldown into basketName in schema fpml-asset-4-4_xsdXSD Diagram of BasketIdentifier.model in schema fpml-asset-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
basketName fpml:basketName (1) (1)
basketId fpml:basketId 0 unbounded
basketId fpml:basketId (1) unbounded