Skip to content

Commit

Permalink
unionDataType should be an attribute of a code set, not field FIXTrad…
Browse files Browse the repository at this point in the history
  • Loading branch information
donmendelson committed Jun 16, 2022
1 parent 84f162f commit ee09886
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="fixr:entityAttribGrp"/>
<xs:attributeGroup ref="fixr:entityAttribGrp"/>
<xs:attribute name="unionDataType" type="fixr:UnionDataType_t"/>
</xs:complexType>
<xs:complexType name="codeType">
Expand Down Expand Up @@ -499,6 +499,7 @@
</xs:attribute>
<xs:attribute name="baseCategory" type="fixr:Name_t"/>
<xs:attribute name="baseCategoryAbbrName" type="fixr:Name_t"/>
<xs:attribute name="unionDataType" type="fixr:UnionDataType_t"/>
</xs:complexType>
<xs:complexType name="flowType">
<xs:annotation>
Expand Down Expand Up @@ -1059,6 +1060,9 @@
<xs:union memberTypes="xs:nonNegativeInteger fixr:unbounded"/>
</xs:simpleType>
<xs:simpleType name="UnionDataType_t">
<xs:annotation>
<xs:documentation>A second domain of valid values. The 'Reserved' types should only be applied Code Sets.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="Qty"/>
<xs:enumeration value="Reserved100Plus"/>
Expand All @@ -1076,4 +1080,4 @@
</xs:annotation>
</xs:restriction>
</xs:simpleType>
</xs:schema>
</xs:schema>

0 comments on commit ee09886

Please sign in to comment.