Skip to content

Commit

Permalink
Remove simple type Edition_t #180
Browse files Browse the repository at this point in the history
  • Loading branch information
kleihan committed Aug 29, 2023
1 parent cfa62ec commit 2c9dd2e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions repository/src/main/resources/xsd/repositorytypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,6 @@
<xs:attribute name="contentType" type="fixr:mime_t" default="text/plain"/>
<xs:attributeGroup ref="fixr:entityAttribGrp"/>
</xs:complexType>
<xs:simpleType name="Edition_t">
<xs:restriction base="xs:string">
<xs:maxLength value="8"/>
</xs:restriction>
</xs:simpleType>
<xs:attributeGroup name="entityAttribGrp">
<xs:attribute name="added" type="fixr:Version_t"/>
<xs:attribute name="addedEP" type="fixr:EP_t"/>
Expand Down Expand Up @@ -432,7 +427,7 @@
<xs:sequence>
<xs:element name="fieldRef" type="fixr:fieldRefType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Other field or fields that scope uniqueness.
<xs:documentation>Other field or fields that scope uniqueness.
If none provided, then the field value must be globally unique.</xs:documentation>
</xs:annotation>
</xs:element>
Expand Down Expand Up @@ -1105,4 +1100,4 @@
</xs:annotation>
</xs:restriction>
</xs:simpleType>
</xs:schema>
</xs:schema>

0 comments on commit 2c9dd2e

Please sign in to comment.