Skip to content

Commit

Permalink
[repository schema] latestEP attribute is redundant FIXTradingCommuni…
Browse files Browse the repository at this point in the history
…ty#122

This is a small breaking change but reduces unnecessary maintenance.
  • Loading branch information
donmendelson committed Nov 19, 2021
1 parent 4a54515 commit 09138bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions repository/src/main/resources/xsd/repository.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
</xs:element>
<xs:element name="annotation" type="fixr:annotation" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="fixr:containerAttribGrp"/>
<xs:attribute ref="xml:base"/>
</xs:complexType>
</xs:element>
Expand Down Expand Up @@ -83,7 +82,6 @@
<xs:element name="component" type="fixr:componentType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="annotation" type="fixr:annotation" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="fixr:containerAttribGrp"/>
<xs:attribute ref="xml:base"/>
</xs:complexType>
<xs:key name="componentNameKey">
Expand Down Expand Up @@ -128,7 +126,6 @@
<xs:element ref="fixr:datatype" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="annotation" type="fixr:annotation" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="fixr:containerAttribGrp"/>
<xs:attribute ref="xml:base"/>
</xs:complexType>
</xs:element>
Expand Down Expand Up @@ -158,7 +155,6 @@
<xs:element name="group" type="fixr:groupType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="annotation" type="fixr:annotation" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="fixr:containerAttribGrp"/>
<xs:attribute ref="xml:base"/>
</xs:complexType>
<xs:key name="groupNameKey">
Expand All @@ -178,7 +174,6 @@
<xs:element name="message" type="fixr:messageType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="annotation" type="fixr:annotation" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="fixr:containerAttribGrp"/>
<xs:attribute ref="xml:base"/>
</xs:complexType>
<xs:key name="messageNameKey">
Expand Down Expand Up @@ -222,7 +217,6 @@
</xs:annotation>
</xs:attribute>
<xs:attribute name="version" type="fixr:Version_t" use="required"/>
<xs:attributeGroup ref="fixr:containerAttribGrp"/>
<xs:attribute name="guid" type="xs:string"/>
<xs:attribute name="specUrl" type="xs:anyURI">
<xs:annotation>
Expand Down Expand Up @@ -262,7 +256,6 @@
</xs:element>
<xs:element name="annotation" type="fixr:annotation" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="fixr:containerAttribGrp"/>
<xs:attribute ref="xml:base"/>
</xs:complexType>
</xs:element>
Expand Down
3 changes: 0 additions & 3 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@
</xs:sequence>
<xs:attribute name="name" type="fixr:Name_t" use="required"/>
</xs:complexType>
<xs:attributeGroup name="containerAttribGrp">
<xs:attribute name="latestEP" type="fixr:EP_t"/>
</xs:attributeGroup>
<xs:simpleType name="datatypeStandard_enum">
<xs:restriction base="xs:string">
<xs:enumeration value="ISO11404">
Expand Down

0 comments on commit 09138bd

Please sign in to comment.