complexType "Threshold"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
amount?, type?
</...>
Content Model Elements (2):
amount (in threshold), type (in threshold)
All Direct / Indirect Based Elements (1):
threshold
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="Threshold">
<xsd:sequence>
<xsd:element minOccurs="0" name="amount" type="NonNegativeDecimal"/>
<xsd:element minOccurs="0" name="type" type="ThresholdTypeEnum"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
amount
Type:
NonNegativeDecimal, simple content
Simple Content
xsd:decimal
minInclusive:
0
XML Source (see within schema source)
<xsd:element minOccurs="0" name="amount" type="NonNegativeDecimal"/>

type
Type:
ThresholdTypeEnum, simple content
Simple Content
enumeration of xsd:token
Enumeration:
"Secured", "Unsecured"
XML Source (see within schema source)
<xsd:element minOccurs="0" name="type" type="ThresholdTypeEnum"/>

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.