Skip to content

Commit 58df37b

Browse files
committed
refactor: #360 rename HistoryReportType to HistoricReportChoiceType.
1 parent 5693a36 commit 58df37b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sources/history-service/HistoryModel.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,15 @@
129129
</xsd:annotation>
130130
<xsd:sequence>
131131
<xsd:element ref="ext:Extension" minOccurs="0"/>
132-
<xsd:element name="Report" type="hm:HistoryReportTypeType"/>
132+
<xsd:element name="Report" type="hm:HistoricReportChoiceType"/>
133133
</xsd:sequence>
134134
<xsd:attribute name="Time" type="pm:Timestamp" use="required">
135135
<xsd:annotation>
136136
<xsd:documentation>Time at which the *MDIB Configuration* belonging to the report was first effective for the *SOMDS Provider*.</xsd:documentation>
137137
</xsd:annotation>
138138
</xsd:attribute>
139139
</xsd:complexType>
140-
<xsd:complexType name="HistoryReportTypeType">
140+
<xsd:complexType name="HistoricReportChoiceType">
141141
<xsd:choice>
142142
<xsd:element ref="msg:DescriptionModificationReport"/>
143143
<xsd:element ref="msg:EpisodicAlertReport"/>

0 commit comments

Comments
 (0)