File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 39
39
<xs : element name =" abstract" type =" xs:string" />
40
40
<xs : element name =" keywords" type =" rm:keywordsType" minOccurs =" 0" maxOccurs =" unbounded" />
41
41
<xs : element name =" fees" type =" xs:string" minOccurs =" 0" />
42
- <xs : element name =" constraints" type =" xs:string " minOccurs =" 0" maxOccurs =" unbounded" />
42
+ <xs : element name =" constraints" type =" rm:constraintsType " minOccurs =" 0" maxOccurs =" unbounded" />
43
43
<xs : element name =" rights" type =" xs:string" minOccurs =" 0" maxOccurs =" unbounded" />
44
44
<xs : element name =" encoding" type =" xs:string" minOccurs =" 0" />
45
45
<xs : element name =" crs" type =" xs:string" />
49
49
</xs : sequence >
50
50
<xs : attribute name =" version" use =" required" fixed =" 1.0" />
51
51
</xs : complexType >
52
+ <xs : complexType name =" constraintsType" >
53
+ <xs : simpleContent >
54
+ <xs : extension base =" xs:string" >
55
+ <xs : attribute name =" type" type =" xs:string" />
56
+ </xs : extension >
57
+ </xs : simpleContent >
58
+ </xs : complexType >
52
59
<xs : complexType name =" keywordsType" >
53
60
<xs : sequence >
54
61
<xs : element name =" keyword" maxOccurs =" unbounded" />
You can’t perform that action at this time.
0 commit comments