Skip to content

Commit

Permalink
Correct syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kleihan committed Oct 13, 2024
1 parent 088d725 commit 663ffe0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<xs:element name="annotation" type="fixr:annotation" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="fixr:oidGrp"/>
<xs:attributeGroup ref="fixr:scenarioRefGrp">
<xs:attributeGroup ref="fixr:scenarioRefGrp"/>
<xs:attribute name="type" type="fixr:Name_t" use="required">
<xs:annotation>
<xs:documentation>Underlying FIX datatype of codes
Expand Down Expand Up @@ -237,7 +237,7 @@
</xs:sequence>
<xs:attributeGroup ref="fixr:entityAttribGrp"/>
<xs:attributeGroup ref="fixr:oidGrp"/>
<xs:attributeGroup ref="fixr:scenarioRefGrp">
<xs:attributeGroup ref="fixr:scenarioRefGrp"/>
<xs:attribute name="category" type="fixr:Name_t"/>
<xs:attribute name="rendering" type="xs:string">
<xs:annotation>
Expand Down Expand Up @@ -563,7 +563,7 @@
</xs:sequence>
<xs:attributeGroup ref="fixr:entityAttribGrp"/>
<xs:attributeGroup ref="fixr:oidGrp"/>
<xs:attributeGroup ref="fixr:scenarioRefGrp">
<xs:attributeGroup ref="fixr:scenarioRefGrp"/>
<xs:attribute name="category" type="fixr:Name_t"/>
<xs:attribute name="rendering" type="xs:string">
<xs:annotation>
Expand Down Expand Up @@ -746,7 +746,7 @@
<xs:attribute name="msgType" type="fixr:MsgType_t"/>
<xs:attribute name="category" type="fixr:Name_t"/>
<xs:attributeGroup ref="fixr:oidGrp"/>
<xs:attributeGroup ref="fixr:scenarioRefGrp">
<xs:attributeGroup ref="fixr:scenarioRefGrp"/>
<xs:attributeGroup ref="fixr:entityAttribGrp"/>
<xs:attribute name="flow" type="fixr:Name_t"/>
</xs:complexType>
Expand Down

0 comments on commit 663ffe0

Please sign in to comment.