Skip to content

Commit 5693a36

Browse files
committed
refactor: #360 remove hm:ChangeSequence element from root level; use element type over element ref.
1 parent 549db9c commit 5693a36

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

sources/history-service/HistoryModel.xsd

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</xsd:documentation>
2626
</xsd:annotation>
2727
</xsd:element>
28-
<xsd:element ref="hm:ChangeSequence" minOccurs="0" maxOccurs="unbounded">
28+
<xsd:element name="ChangeSequence" type="hm:ChangeSequenceType" minOccurs="0" maxOccurs="unbounded">
2929
<xsd:annotation>
3030
<xsd:documentation>Zero or more ChangeSequence elements to describe changes of different MDIB
3131
sequences and/or instance numbers.
@@ -41,12 +41,6 @@
4141
</xsd:annotation>
4242
</xsd:attribute>
4343
</xsd:complexType>
44-
<xsd:element name="ChangeSequence" type="hm:ChangeSequenceType">
45-
<xsd:annotation>
46-
<xsd:documentation>An element that contains an MDIB snapshot, localized texts and subsequent MDIB changes.
47-
</xsd:documentation>
48-
</xsd:annotation>
49-
</xsd:element>
5044
<xsd:complexType name="ChangeSequenceType">
5145
<xsd:annotation>
5246
<xsd:documentation>Type definition of a change sequence.</xsd:documentation>

0 commit comments

Comments
 (0)