PunchOutOrderMessage Schema
Characteristic Element
PunchOutOrderMessage Schema > CyberStore Element > ShoppingCart Element > ShoppingCartDetails Element > ShoppingCartDetail Element > ParentItem Element > CharacteristicsValues Element > CharacteristicValues Element > Family Element : Characteristic Element
Namespace (none)
Type
Extension of xs:string
Diagram
Characteristic Element
Overview
Characteristic Extension of xs:string
Name required xs:string
Type required xs:string
Attributes
NameTypeUseDefaultFixedDescription
Namexs:stringrequired   
Typexs:stringrequired   
Source
<xs:element name="Characteristic" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also
Family ElementCharacteristicValues ElementCharacteristicsValues ElementParentItem ElementShoppingCartDetail ElementShoppingCartDetails ElementShoppingCart ElementCyberStore ElementPunchOutOrderMessage Schema