File tree 2 files changed +21
-21
lines changed
repository/src/main/resources/xsd
2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 108
108
<xs : field xpath =" @name" />
109
109
</xs : key >
110
110
</xs : element >
111
- <xs : element name =" datatype" >
112
- <xs : complexType >
113
- <xs : sequence >
114
- <xs : element name =" mappedDatatype" type =" fixr:mappedDatatype" minOccurs =" 0" maxOccurs =" unbounded" />
115
- <xs : element name =" annotation" type =" fixr:annotation" minOccurs =" 0" />
116
- </xs : sequence >
117
- <xs : attribute name =" name" type =" fixr:Name_t" use =" required" />
118
- <xs : attribute name =" scenario" type =" fixr:Name_t" default =" base" >
119
- <xs : annotation >
120
- <xs : documentation >The use case of a datatype by name</xs : documentation >
121
- </xs : annotation >
122
- </xs : attribute >
123
- <xs : attribute name =" scenarioId" type =" fixr:id_t" default =" 1" >
124
- <xs : annotation >
125
- <xs : documentation >Unique identifier of a scenario. Default is '1' for base scenario.</xs : documentation >
126
- </xs : annotation >
127
- </xs : attribute >
128
- <xs : attribute name =" baseType" type =" fixr:Name_t" />
129
- <xs : attributeGroup ref =" fixr:entityAttribGrp" />
130
- </xs : complexType >
131
- </xs : element >
132
111
<xs : element name =" datatypes" >
133
112
<xs : complexType >
134
113
<xs : sequence >
Original file line number Diff line number Diff line change 245
245
</xs : sequence >
246
246
<xs : attribute name =" name" type =" fixr:Name_t" use =" required" />
247
247
</xs : complexType >
248
+ <xs : element name =" datatype" >
249
+ <xs : complexType >
250
+ <xs : sequence >
251
+ <xs : element name =" mappedDatatype" type =" fixr:mappedDatatype" minOccurs =" 0" maxOccurs =" unbounded" />
252
+ <xs : element name =" annotation" type =" fixr:annotation" minOccurs =" 0" />
253
+ </xs : sequence >
254
+ <xs : attribute name =" name" type =" fixr:Name_t" use =" required" />
255
+ <xs : attribute name =" scenario" type =" fixr:Name_t" default =" base" >
256
+ <xs : annotation >
257
+ <xs : documentation >The use case of a datatype by name</xs : documentation >
258
+ </xs : annotation >
259
+ </xs : attribute >
260
+ <xs : attribute name =" scenarioId" type =" fixr:id_t" default =" 1" >
261
+ <xs : annotation >
262
+ <xs : documentation >Unique identifier of a scenario. Default is '1' for base scenario.</xs : documentation >
263
+ </xs : annotation >
264
+ </xs : attribute >
265
+ <xs : attribute name =" baseType" type =" fixr:Name_t" />
266
+ <xs : attributeGroup ref =" fixr:entityAttribGrp" />
267
+ </xs : complexType >
268
+ </xs : element >
248
269
<xs : simpleType name =" datatypeStandard_enum" >
249
270
<xs : restriction base =" xs:string" >
250
271
<xs : enumeration value =" ISO11404" >
You can’t perform that action at this time.
0 commit comments