Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Included schema StringCommonPriceTypes.xsd
Namespace http://string.drv.de/xmlschema/string
Properties
attribute form default unqualified
element form default qualified
Element CurrencyAmountType / Amount
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram
Type xs:decimal
Properties
content simple
nillable false
Source
<xs:element name="Amount" type="xs:decimal" nillable="false"/>
Element CurrencyAmountType / Currency
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram StringCommonPriceTypes_xsd.tmp#CurrencyCodeType
Type CurrencyCodeType
Properties
content simple
minOccurs 0
nillable false
Facets
length 3
Source
<xs:element name="Currency" type="CurrencyCodeType" nillable="false" minOccurs="0"/>
Complex Type CurrencyAmountType
Namespace http://string.drv.de/xmlschema/string
Annotations
Amount with according currency
Diagram
Diagram StringCommonPriceTypes_xsd.tmp#CurrencyAmountType_Amount StringCommonPriceTypes_xsd.tmp#CurrencyAmountType_Currency
Used by
Model
Children Amount, Currency
Source
<xs:complexType name="CurrencyAmountType">
  <xs:annotation>
    <xs:documentation>Amount with according currency</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Amount" type="xs:decimal" nillable="false"/>
    <xs:element name="Currency" type="CurrencyCodeType" nillable="false" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Simple Type CurrencyCodeType
Namespace http://string.drv.de/xmlschema/string
Diagram
Diagram
Type restriction of xs:string
Facets
length 3
Used by
Source
<xs:simpleType name="CurrencyCodeType">
  <xs:restriction base="xs:string">
    <xs:length value="3"/>
  </xs:restriction>
</xs:simpleType>