Showing:

Diagrams
Facets
Model
Properties
Source
Used by
Element SettingRecord / SettingName
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
Facets
maxLength 100
Source
<xs:element name="SettingName" type="NormalTextType"/>
Element SettingRecord / SettingValue
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_NormalTextType.tmp#NormalTextType
Type NormalTextType
Properties
content simple
maxOccurs unbounded
Facets
maxLength 100
Source
<xs:element maxOccurs="unbounded" name="SettingValue" type="NormalTextType"/>
Complex Type SettingRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_SettingRecord.tmp#SettingRecord_SettingNamee-document-3_1_10_xsd_Complex_Type_SettingRecord.tmp#SettingRecord_SettingValue
Used by
Model
Children SettingName, SettingValue
Source
<xs:complexType name="SettingRecord">
  <xs:sequence>
    <xs:element name="SettingName" type="NormalTextType"/>
    <xs:element maxOccurs="unbounded" name="SettingValue" type="NormalTextType"/>
  </xs:sequence>
</xs:complexType>