group "BasketIdentifier.model"
Namespace:
Content:
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
Complex Content Model
(basketName, basketId*) | basketId+
Content Model Elements (3):
basketId (defined in BasketIdentifier.model group),
basketId (defined in BasketIdentifier.model group),
Known Usage Locations
Annotation
A group that specifies a name and an identifier for a given basket.
XML Source (w/o annotations (4); see within schema source)
<xsd:group name="BasketIdentifier.model">
<xsd:choice>
<xsd:sequence>
<xsd:element name="basketName" type="BasketName"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="basketId" type="BasketId"/>
</xsd:sequence>
<xsd:element maxOccurs="unbounded" name="basketId" type="BasketId"/>
</xsd:choice>
</xsd:group>
Content Element Detail (all declarations; defined within this component only; 3/3)
basketId
Type:
BasketId, simple content
A CDS basket identifier
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="basketId" type="BasketId"/>

basketId
Type:
BasketId, simple content
A CDS basket identifier
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="basketId" type="BasketId"/>

basketName
Type:
BasketName, simple content
The name of the basket expressed as a free format string. FpML does not define usage rules for this element.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
1
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="basketName" type="BasketName"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.