complexType "ProductCharacteristic"
Namespace:
Content:
complex, 1 attribute, 5 elements
Defined:
Includes:
definitions of 1 attribute, 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
name?, (xpath+ | (operation, firstCharacteristicReference, secondCharacteristicReference))
</...>
Content Model Elements (5):
firstCharacteristicReference, secondCharacteristicReference,
All Direct / Indirect Based Elements (1):
productCharacteristic
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="ProductCharacteristic">
<xsd:sequence>
<xsd:element minOccurs="0" name="name" type="xsd:normalizedString"/>
<xsd:choice>
<xsd:element maxOccurs="unbounded" name="xpath" type="VersionedXPath"/>
<xsd:sequence>
<xsd:element name="operation" type="ProductCharacteristicOperationEnum"/>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="required"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
required
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID" use="required"/>
Content Element Detail (all declarations; defined within this component only; 5/5)
firstCharacteristicReference
Type:
XML Source (see within schema source)

name
Type:
xsd:normalizedString, predefined, simple content
XML Source (see within schema source)
<xsd:element minOccurs="0" name="name" type="xsd:normalizedString"/>

operation
Type:
Simple Content
enumeration of xsd:token
Enumeration:
"DateDifference", "DateMax", "Product", "Difference", "Ratio", "Max"
XML Source (see within schema source)
<xsd:element name="operation" type="ProductCharacteristicOperationEnum"/>

secondCharacteristicReference
Type:
XML Source (see within schema source)

xpath
Type:
VersionedXPath, simple content
Simple Content
xsd:normalizedString
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" name="xpath" type="VersionedXPath"/>

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.