Skip to content

Commit

Permalink
[#195] Remove unused types from repository XSD
Browse files Browse the repository at this point in the history
Most of these types are vestigial, having been inherited from
repository2010.
  • Loading branch information
patricklucas committed Sep 10, 2024
1 parent b05e6da commit 1eb4119
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@
<xs:enumeration value="Message"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="CategoryComponentType_t">
<xs:restriction base="xs:string">
<xs:enumeration value="Field"/>
<xs:enumeration value="Message"/>
</xs:restriction>
</xs:simpleType>
<xs:complexType name="categoryType">
<xs:sequence>
<xs:element name="annotation" type="fixr:annotation" minOccurs="0"/>
Expand Down Expand Up @@ -175,11 +169,6 @@
<xs:attribute name="group" type="xs:string"/>
<xs:attributeGroup ref="fixr:entityAttribGrp"/>
</xs:complexType>
<xs:simpleType name="CompID_t">
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="1000"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="ComponentName_t">
<xs:restriction base="fixr:Name_t"/>
</xs:simpleType>
Expand Down Expand Up @@ -535,9 +524,6 @@
</xs:attribute>
<xs:attribute name="reliability" type="fixr:reliability_t"/>
</xs:complexType>
<xs:simpleType name="GroupName_t">
<xs:restriction base="xs:string"/>
</xs:simpleType>
<xs:complexType name="groupRefType">
<xs:complexContent>
<xs:extension base="fixr:componentRefType">
Expand Down Expand Up @@ -615,12 +601,6 @@
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:simpleType name="IncludeFile_t">
<xs:restriction base="xs:string">
<xs:enumeration value="components"/>
<xs:enumeration value="fields"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="language_t">
<xs:restriction base="xs:language"/>
</xs:simpleType>
Expand Down

0 comments on commit 1eb4119

Please sign in to comment.