ProductGroup

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
Exclusive xs:boolean optional
StandAlone xs:boolean optional
Whether a product can be sold alone or must be sold in connection
with others.

Used By

Source

<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>