PunchOutOrderMessage Schema
Family Element
PunchOutOrderMessage Schema > CyberStore Element > ShoppingCart Element > ShoppingCartDetails Element > ShoppingCartDetail Element > ParentItem Element > CharacteristicsValues Element > CharacteristicValues Element : Family Element
Namespace (none)
Diagram
Characteristic Element Sequence Family Element
Overview
Name required xs:string
Sequence
Characteristic Extension of xs:string
Name required xs:string
Type required xs:string
Attributes
NameTypeUseDefaultFixedDescription
Namexs:stringrequired   
Source
<xs:element name="Family" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Characteristic">
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="xs:string">
              <xs:attribute name="Name" type="xs:string" use="required" />
              <xs:attribute name="Type" type="xs:string" use="required" />
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="Name" type="xs:string" use="required" />
  </xs:complexType>
</xs:element>
See Also
CharacteristicValues ElementCharacteristicsValues ElementParentItem ElementShoppingCartDetail ElementShoppingCartDetails ElementShoppingCart ElementCyberStore ElementPunchOutOrderMessage Schema