Skip to content

Commit

Permalink
Merge pull request #227 from FIXTradingCommunity/Issue189
Browse files Browse the repository at this point in the history
[#189] Remove unused messageAttribGrp
  • Loading branch information
kleihan authored Nov 4, 2024
2 parents 4927f2d + 4f77a0b commit 8df8598
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -692,16 +692,6 @@
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
<xs:attributeGroup name="messageAttribGrp">
<xs:attribute name="msgType" type="fixr:MsgType_t"/>
<xs:attribute name="category" type="fixr:Name_t"/>
<xs:attribute name="abbrName" type="fixr:Name_t"/>
<xs:attribute name="rendering" type="xs:string">
<xs:annotation>
<xs:documentation>A hint to processes about how to interpret the element. Not validated.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
<xs:complexType name="messageRefType">
<xs:sequence>
<xs:element name="identifiers" type="fixr:identifiersType" minOccurs="0"/>
Expand Down Expand Up @@ -751,6 +741,11 @@
<xs:attributeGroup ref="fixr:oidGrp"/>
<xs:attributeGroup ref="fixr:entityAttribGrp"/>
<xs:attribute name="flow" type="fixr:Name_t"/>
<xs:attribute name="rendering" type="xs:string">
<xs:annotation>
<xs:documentation>A hint to processes about how to interpret the element. Not validated.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:simpleType name="mime_t">
<xs:annotation>
Expand Down

0 comments on commit 8df8598

Please sign in to comment.