Skip to content

Commit 8df8598

Browse files
authored
Merge pull request #227 from FIXTradingCommunity/Issue189
[#189] Remove unused messageAttribGrp
2 parents 4927f2d + 4f77a0b commit 8df8598

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

repository/src/main/resources/xsd/repositorytypes.xsd

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -692,16 +692,6 @@
692692
</xs:enumeration>
693693
</xs:restriction>
694694
</xs:simpleType>
695-
<xs:attributeGroup name="messageAttribGrp">
696-
<xs:attribute name="msgType" type="fixr:MsgType_t"/>
697-
<xs:attribute name="category" type="fixr:Name_t"/>
698-
<xs:attribute name="abbrName" type="fixr:Name_t"/>
699-
<xs:attribute name="rendering" type="xs:string">
700-
<xs:annotation>
701-
<xs:documentation>A hint to processes about how to interpret the element. Not validated.</xs:documentation>
702-
</xs:annotation>
703-
</xs:attribute>
704-
</xs:attributeGroup>
705695
<xs:complexType name="messageRefType">
706696
<xs:sequence>
707697
<xs:element name="identifiers" type="fixr:identifiersType" minOccurs="0"/>
@@ -751,6 +741,11 @@
751741
<xs:attributeGroup ref="fixr:oidGrp"/>
752742
<xs:attributeGroup ref="fixr:entityAttribGrp"/>
753743
<xs:attribute name="flow" type="fixr:Name_t"/>
744+
<xs:attribute name="rendering" type="xs:string">
745+
<xs:annotation>
746+
<xs:documentation>A hint to processes about how to interpret the element. Not validated.</xs:documentation>
747+
</xs:annotation>
748+
</xs:attribute>
754749
</xs:complexType>
755750
<xs:simpleType name="mime_t">
756751
<xs:annotation>

0 commit comments

Comments
 (0)