QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
Exclusive | xs:boolean | optional | |||||
StandAlone | xs:boolean | optional |
|
Complex Types | PriceType, SegmentCollectionType, SegmentType |
<xs:attributeGroup name="ProductGroup"> <xs:attribute name="StandAlone" type="xs:boolean" use="optional"> <xs:annotation> <xs:documentation>Whether a product can be sold alone or must be sold in connection with others.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="Exclusive" type="xs:boolean" use="optional"/> </xs:attributeGroup> |