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

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