Showing:

Diagrams
Facets
Model
Properties
Source
Used by
Element ItemPriceValueRecord / PriceAmount
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
fractionDigits 5
Source
<xs:element minOccurs="1" maxOccurs="1" name="PriceAmount" type="Decimal5FractionDigitsType"/>
Element ItemPriceValueRecord / CurrencyCode
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_CurrencyType.tmp#CurrencyType
Type CurrencyType
Properties
content simple
minOccurs 1
maxOccurs 1
Facets
minLength 2
maxLength 3
pattern [a-z]{2,3}|[A-Z]{2,3}
Source
<xs:element minOccurs="1" maxOccurs="1" name="CurrencyCode" type="CurrencyType"/>
Complex Type ItemPriceValueRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ItemPriceValueRecord.tmp#ItemPriceValueRecord_PriceAmounte-document-3_1_10_xsd_Complex_Type_ItemPriceValueRecord.tmp#ItemPriceValueRecord_CurrencyCode
Used by
Model
Children CurrencyCode, PriceAmount
Source
<xs:complexType name="ItemPriceValueRecord">
  <xs:sequence>
    <xs:element minOccurs="1" maxOccurs="1" name="PriceAmount" type="Decimal5FractionDigitsType"/>
    <xs:element minOccurs="1" maxOccurs="1" name="CurrencyCode" type="CurrencyType"/>
  </xs:sequence>
</xs:complexType>