Skip to content

Commit

Permalink
[repository schema] Version attribute should not be so restrictive FI…
Browse files Browse the repository at this point in the history
  • Loading branch information
donmendelson committed Nov 19, 2021
1 parent 566cc81 commit 323e518
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1029,13 +1029,12 @@
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:simpleType name="Version_t">
<xs:restriction base="xs:string">
<xs:restriction base="xs:token">
<xs:annotation>
<xs:documentation>Enumerated FIX versions or major.minor or date as
yyyymmdd of any protocol
<xs:documentation>Uniquely identifies a revision. Many formats are impossible, including but not limited to protocol version label, semantic versioning, date, or simple integer.
The format may be restricted by an external style.
</xs:documentation>
</xs:annotation>
<xs:pattern value="(FIX.2.7)|(FIX.3.0)|(FIX\.4\.[0-4])|((FIX.Latest|(FIX\.5\.0(SP\d{1,2})?))(_EP((9[8-9])|([1-9][0-9][0-9])))?)|(FIXT.1.1)|([0-9]+)\.([0-9]+)|(\d{8})"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>

0 comments on commit 323e518

Please sign in to comment.