complexType "ElectricityProduct"
Namespace:
Content:
complex, 2 elements
Defined:
globally in fpml-com-5-2.xsd; see XML source
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
type, voltage?
</...>
Content Model Elements (2):
type (in electricity), voltage
All Direct / Indirect Based Elements (1):
electricity
Known Usage Locations
Annotation
The specification of the electricity to be delivered.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="ElectricityProduct">
<xsd:sequence>
<xsd:element name="type" type="ElectricityProductTypeEnum"/>
<xsd:element minOccurs="0" name="voltage" type="PositiveDecimal"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
type
Type:
The type of electricity product to be delivered.
Simple Content
enumeration of xsd:token
Enumeration:
"Electricity"
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="type" type="ElectricityProductTypeEnum"/>

voltage
Type:
PositiveDecimal, simple content
The voltage, expressed as a number of volts, of the electricity to be delivered.
Simple Content
xsd:decimal
minExclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="voltage" type="PositiveDecimal"/>

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.