Skip to content

Commit

Permalink
#112 Common.xsd
Browse files Browse the repository at this point in the history
ADD: HierarchyScope element to OperationsRecord Types
  • Loading branch information
CharlieG021163 committed Apr 13, 2020
1 parent b2e25bd commit 023f898
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Schema/B2MML-Common.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ This attribute must be defined in the corresponding operations event definition.
<xsd:element name="RecordTimestamp" type="DateTimeType" minOccurs="0"/>
<xsd:element name="EffectiveTimestamp" type="DateTimeType" minOccurs="0"/>
<xsd:element name="EffectiveEndDate" type="DateTimeType" minOccurs = "0"/>
<xsd:element name="HierarchyScope" type="HierarchyScopeType" minOccurs="0"/>
<xsd:choice>
<xsd:element name="InformationObject" type="InformationObjectType"/>
<xsd:element name="ExternalReferenceID" type="IdentifierType"/>
Expand All @@ -862,6 +863,7 @@ This attribute must be defined in the corresponding operations event definition.
<xsd:element name="RecordTimestamp" type="DateTimeType" minOccurs="0"/>
<xsd:element name="EffectiveTimestamp" type="DateTimeType" minOccurs="0"/>
<xsd:element name="EffectiveEndDate" type="DateTimeType" minOccurs = "0"/>
<xsd:element name="HierarchyScope" type="HierarchyScopeType" minOccurs="0"/>
<xsd:element name="Action" type="ActionType" minOccurs="0"/>
<xsd:element name="OperationsRecordEntry" type="OperationsRecordEntryTemplateType" minOccurs="1" maxOccurs="unbounded"/>
<xsd:element name="OperationsRecordSpecificationID" type="IdentifierType"/>
Expand All @@ -879,6 +881,7 @@ This attribute must be defined in the corresponding operations event definition.
<xsd:element name="PublishedDate" type="DateTimeType" minOccurs = "0"/>
<xsd:element name="EffectiveStartDate" type="DateTimeType" minOccurs = "0"/>
<xsd:element name="EffectiveEndDate" type="DateTimeType" minOccurs = "0"/>
<xsd:element name="HierarchyScope" type = "HierarchyScopeType" minOccurs="0"/>
<xsd:element name="OperationsRecordSpecificationPatternID"
type="IdentifierType" minOccurs = "0"/>
<xsd:element name="DefinitionType" type="DefinitionTypeType" minOccurs="0"/>
Expand Down

0 comments on commit 023f898

Please sign in to comment.