We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f744a commit 55b27beCopy full SHA for 55b27be
osmp.xsd
@@ -7,7 +7,7 @@
7
<xs:complexType>
8
<xs:attribute name="version" use="required">
9
<xs:simpleType>
10
- <xs:restriction base="xs:string"><xs:pattern value="[1-3][.][0-9][.][0-9]+"></xs:pattern></xs:restriction>
+ <xs:restriction base="xs:string"><xs:pattern value="[13][.][0-9][.][0-9]+"></xs:pattern></xs:restriction>
11
</xs:simpleType>
12
</xs:attribute>
13
<xs:attribute name="osi-version" type="xs:string" use="optional"/>
0 commit comments