Showing:

Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element AdditionRecord / AddContent
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
minOccurs 0
Facets
maxLength 100
Source
<xs:element minOccurs="0" name="AddContent" type="NormalTextType"/>
Element AdditionRecord / AddBase
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 0
Facets
fractionDigits 5
Source
<xs:element minOccurs="0" name="AddBase" type="Decimal5FractionDigitsType"/>
Element AdditionRecord / AddRate
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 0
Facets
fractionDigits 5
Source
<xs:element minOccurs="0" name="AddRate" type="Decimal5FractionDigitsType"/>
Element AdditionRecord / AddSum
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_Decimal5FractionDigitsType.tmp#Decimal5FractionDigitsType
Type Decimal5FractionDigitsType
Properties
content simple
minOccurs 0
Facets
fractionDigits 5
Source
<xs:element minOccurs="0" name="AddSum" type="Decimal5FractionDigitsType"/>
Complex Type AdditionRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_AdditionRecord.tmp#AdditionRecord_addCodee-document-3_1_10_xsd_Complex_Type_AdditionRecord.tmp#AdditionRecord_typee-document-3_1_10_xsd_Complex_Type_AdditionRecord.tmp#AdditionRecord_includede-document-3_1_10_xsd_Complex_Type_AdditionRecord.tmp#AdditionRecord_AddContente-document-3_1_10_xsd_Complex_Type_AdditionRecord.tmp#AdditionRecord_AddBasee-document-3_1_10_xsd_Complex_Type_AdditionRecord.tmp#AdditionRecord_AddRatee-document-3_1_10_xsd_Complex_Type_AdditionRecord.tmp#AdditionRecord_AddSum
Used by
Model
Children AddBase, AddContent, AddRate, AddSum
Attributes
QName Type Use
addCode AdditionCodeType required
included YesNoType optional
type NormalTextType optional
Source
<xs:complexType name="AdditionRecord">
  <xs:all>
    <xs:element minOccurs="0" name="AddContent" type="NormalTextType"/>
    <xs:element minOccurs="0" name="AddBase" type="Decimal5FractionDigitsType"/>
    <xs:element minOccurs="0" name="AddRate" type="Decimal5FractionDigitsType"/>
    <xs:element minOccurs="0" name="AddSum" type="Decimal5FractionDigitsType"/>
  </xs:all>
  <xs:attribute name="addCode" type="AdditionCodeType" use="required"/>
  <xs:attribute name="type" type="NormalTextType" use="optional"/>
  <xs:attribute name="included" type="YesNoType" use="optional"/>
</xs:complexType>
Attribute AdditionRecord / @addCode
Namespace No namespace
Type AdditionCodeType
Properties
use required
Facets
pattern (\c+) & ((CHR)|(DSC)|(chr)|(dsc))
Used by
Complex Type AdditionRecord
Source
<xs:attribute name="addCode" type="AdditionCodeType" use="required"/>
Attribute AdditionRecord / @type
Namespace No namespace
Type NormalTextType
Properties
use optional
Facets
maxLength 100
Used by
Complex Type AdditionRecord
Source
<xs:attribute name="type" type="NormalTextType" use="optional"/>
Attribute AdditionRecord / @included
Namespace No namespace
Type YesNoType
Properties
use optional
Facets
pattern (\c+) & ((YES)|(NO)|(yes)|(no))
Used by
Complex Type AdditionRecord
Source
<xs:attribute name="included" type="YesNoType" use="optional"/>