complexType "MoneyBase"
Namespace:
Content:
complex, 1 attribute, 1 element
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 1 attribute, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (1):
currency (defined in MoneyBase complexType)
Known Direct Subtypes (2):
Money, NonNegativeMoney
Known Indirect Subtypes (2):
CalculationAmount, FutureValueAmount
All Direct / Indirect Based Elements (24):
paymentAmount (defined in Payment complexType),
Known Usage Locations
Annotation
Abstract base class for all money types.
XML Source (w/o annotations (2); see within schema source)
<xsd:complexType abstract="true" name="MoneyBase">
<xsd:sequence>
<xsd:element name="currency" type="Currency"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 1/1)
currency
Type:
Currency, simple content
Simple Content
xsd:normalizedString
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="currency" type="Currency"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.