Skip to content

Commit

Permalink
Update B2MML-OperationsPerformanceTypes.xsd
Browse files Browse the repository at this point in the history
ERDi, MESA:  complexType name = "OpPersonnelActualType", ADD element name = "TestResultType", CHANGE element name = "PersonnelActual" to "PersonnelActualChild";  DELETE = element name = "TestSpecification".

ERDi, MESA:  complexType name = "OpMaterialActualType", ADD element name = "TestResultType"; CHANGE element name = "MaterialActual" to "MaterialActualChild";  DELETE = element name = "TestSpecification".

ERDi, MESA:  complexType name = "OpEquipmentActualType", ADD element name = "TestResultType", CHANGE element name = "EquipmentActual" to "EquipmentActualChild"

ERDi, MESA: complexType name = "OpPhysicalAssetActualType", ADD element name = "TestResultType"; ADD element name = "PhysicalAssetActualProperty"; CHANGE element name = "PhysicalAssetActual" to "PhysicalAssetActualChild";  DELETE = element name = "TestSpecification".

ERDi, MESA: complexType name =  OpPersonnelActualPropertyType", ADD element name = "PersonnelActualPropertyChild";  ADD element name = "PersonnelClassPropertyID";  ADD element name = "PersonPropertyID";  DELETE element name = "RequiredByRequestedSegmentResponse"

ERDi, MESA: complexType name =  OpMaterialActualPropertyType", ADD element name = "MaterialActualPropertyChild";  ADD element name = "MaterialLotPropertyID";  ADD element name = "MaterialDefinitionPropertyID";  ADD element name = "MaterialClassPropertyID"; DELETE element name = "RequiredByRequestedSegmentResponse"

ERDi, MESA: complexType name =  OpEquipmentActualPropertyType", ADD element name = "EquipmentActualPropertyChild";  ADD element name = "EquipmentClassPropertyID";  ADD element name = "EquipmentPropertyID"; DELETE element name = "RequiredByRequestedSegmentResponse"

ERDi, MESA: complexType name =  OpPhysicalAssetActualPropertyType", ADD element name = "PhysicalAssetActualPropertyChild";  ADD element name = "PhysicalAssetClassPropertyID";  ADD element name = "PhysicalAssetPropertyID";  DELETE element name = "RequiredByRequestedSegmentResponse"
  • Loading branch information
CharlieG021163 authored Aug 14, 2019
1 parent 7bcb229 commit 634e3d1
Showing 1 changed file with 47 additions and 35 deletions.
82 changes: 47 additions & 35 deletions Schema/B2MML-OperationsPerformanceTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -141,20 +141,20 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType"
minOccurs = "0" />
<xsd:element name = "SpatialDefinition" type = "SpatialDefinitionType"
<xsd:element name = "SpatialDefinition" type = "SpatialDefinitionType"
minOccurs = "0" />
<xsd:element name = "OperationalLocation" type = "ResourceLocationType"
<xsd:element name = "OperationalLocation" type = "ResourceLocationType"
minOccurs = "0" />
<xsd:element name = "TestSpecificationID" type="IdentifierType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = "OpPersonnelActualType", To align with updated Part 2 Operations Performance Model.
DELETE element name = "TestSpecificationID".

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 26, 2019

Collaborator

#26

minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name = "TestResult" type = "TestResultType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = "OpPersonnelActualType", To align with updated Part 2 Operations Performance Model.
ADD element name = "TestResult"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 23, 2019

Collaborator

#16

minOccurs = "0" maxOccurs = "unbounded"/
<xsd:element name = "PersonnelActualProperty" type = "OpPersonnelActualPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "PersonnelActual" type = "OpPersonnelActualType"
<xsd:element name = "PersonnelActualChild" type = "OpPersonnelActualType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = "OpPersonnelActualType", To align with updated Part 2 Operations Performance Model.
CHANGE element name = "PersonnelActual" to "PersonnelActualChild"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 23, 2019

Collaborator

#12

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 26, 2019

Collaborator

#26

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "RequiredByRequestedSegmentResponse"
type = "RequiredByRequestedSegmentResponseType"
minOccurs = "0"/>
<xsd:group ref = "Extended:OpPersonnelActual" minOccurs = "0" maxOccurs = "1"/>
<xsd:group ref = "Extended:OpPersonnelActual" minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
</xsd:complexType>

Expand All @@ -167,9 +167,12 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Quantity" type = "QuantityValueType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "RequiredByRequestedSegmentResponse"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = OpPersonnelActualPropertyType", To align with updated Part 2 Operations Performance Model.
DELETE element name = "RequiredByRequestedSegmentResponse"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 26, 2019

Collaborator

#53

type = "RequiredByRequestedSegmentResponseType"
minOccurs = "0"/>
<xsd:element name = "PersonnelActualPropertyChild" type = "OpPersonnelActualPropertyType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = OpPersonnelActualPropertyType", To align with updated Part 2 Operations Performance Model.
ADD element name = "PersonnelActualPropertyChild";

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 23, 2019

Collaborator

#12

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 26, 2019

Collaborator

#27

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "PersonnelClassPropertyID" type = "IdentifierType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = OpPersonnelActualPropertyType", To align with updated Part 2 Operations Performance Model.
ADD element name = "PersonnelClassPropertyID";

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 26, 2019

Collaborator

#27

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "PersonPropertyID" type = "IdentifierType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = OpPersonnelActualPropertyType", To align with updated Part 2 Operations Performance Model.
ADD element name = "PersonPropertyID"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 26, 2019

Collaborator

#27

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:OpPersonnelActualProperty"
minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
Expand All @@ -189,15 +192,15 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType"
minOccurs = "0" />
<xsd:element name = "SpatialDefinition" type = "SpatialDefinitionType"
<xsd:element name = "SpatialDefinition" type = "SpatialDefinitionType"
minOccurs = "0" />
<xsd:element name = "OperationalLocation" type = "ResourceLocationType"
<xsd:element name = "OperationalLocation" type = "ResourceLocationType"
minOccurs = "0" />
<xsd:element name = "TestSpecificationID" type="IdentifierType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = "OpEquipmentActualType", To align with updated Part 2 Operations Performance Model
DELETE = element name = "TestSpecificationID".
ADD element name = "TestResult"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 23, 2019

Collaborator

#16

minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name = "TestResult" type = "TestResultType"
minOccurs = "0" maxOccurs = "unbounded"/
<xsd:element name = "EquipmentActualProperty" type = "OpEquipmentActualPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "EquipmentActual" type = "OpEquipmentActualType"
<xsd:element name = "EquipmentActualChild" type = "OpEquipmentActualType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = "OpEquipmentActualType", To align with updated Part 2 Operations Performance Model
CHANGE = element name = "EquipmentActual" To "EquipmentActualChild"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 23, 2019

Collaborator

#12

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 26, 2019

Collaborator

#26

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "RequiredByRequestedSegmentResponse"
type = "RequiredByRequestedSegmentResponseType"
Expand All @@ -215,9 +218,12 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Quantity" type = "QuantityValueType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "RequiredByRequestedSegmentResponse"
type = "RequiredByRequestedSegmentResponseType"
minOccurs = "0"/>
<xsd:element name = "EquipmentActualPropertyChild" type = "OpEquipmentActualPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "EquipmentClassPropertyID" type = "IdentifierType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "EquipmentPropertyID" type = "IdentifierType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = OpEquipmentActualPropertyType", To align with updated Part 2 Operations Performance Model
ADD element name = "EquipmentActualPropertyChild";
ADD element name = "EquipmentClassPropertyID";
ADD element name = "EquipmentPropertyID";
DELETE element name = "RequiredByRequestedSegmentResponse"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 23, 2019

Collaborator

#12

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 26, 2019

Collaborator

#27

This comment has been minimized.

Copy link
@racheliurui

racheliurui Sep 3, 2019

Collaborator

#53

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:OpEquipmentActualProperty"
minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
Expand All @@ -237,15 +243,15 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType"
minOccurs = "0" />
<xsd:element name = "SpatialDefinition" type = "SpatialDefinitionType"
minOccurs = "0" />
<xsd:element name = "PhysicalLocation" type = "ResourceLocationType"
<xsd:element name = "SpatialDefinition" type = "SpatialDefinitionType"
minOccurs = "0" />
<xsd:element name = "TestSpecificationID" type="IdentifierType"
minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name = "PhysicalLocation" type = "ResourceLocationType"
minOccurs = "0" />
<xsd:element name = "TestResult" type = "TestResultType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = "OpPhysicalAssetActualType", To align with updated Part 2 Operations Performance Model
DELETE = element name = "TestSpecificationID".
ADD element name = "TestResult"; #16
CHANGE element name = "PhysicalAssetActual" to "PhysicalAssetActualChild"; #12

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 23, 2019

Collaborator

#12

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 26, 2019

Collaborator

#16

minOccurs = "0" maxOccurs = "unbounded"/
<xsd:element name = "PhysicalAssetActualProperty" type = "OpPhysicalAssetActualPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "PhysicalAssetActual" type = "OpPhysicalAssetActualType"
<xsd:element name = "PhysicalAssetActualChild" type = "OpPhysicalAssetActualType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

#12

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "RequiredByRequestedSegmentResponse"
type = "RequiredByRequestedSegmentResponseType"
Expand All @@ -263,9 +269,12 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Quantity" type = "QuantityValueType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "RequiredByRequestedSegmentResponse"
type = "RequiredByRequestedSegmentResponseType"
minOccurs = "0"/>
<xsd:element name = "PhysicalAssetActualPropertyChild" type = "OpPhysicalAssetActualPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "PhysicalAssetClassPropertyID" type = "IdentifierType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "PhysicalAssetPropertyID" type = "IdentifierType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = "OpPhysicalAssetActualType", To align with updated Part 2 Operations Performance Model
ADD element name = "PhysicalAssetActualPropertyChild";
ADD element name = "PhysicalAssetClassPropertyID";
ADD element name = "PhysicalAssetPropertyID";
DELETE element name = "RequiredByRequestedSegmentResponse"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 23, 2019

Collaborator

#12

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 26, 2019

Collaborator

#27

This comment has been minimized.

Copy link
@racheliurui

racheliurui Sep 3, 2019

Collaborator

#53

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:OpPhysicalAssetActualProperty"
minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
Expand All @@ -284,8 +293,8 @@
<xsd:element name = "Description" type = "DescriptionType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "MaterialUse" type = "MaterialUseType"
minOccurs = "0"/>
<xsd:element name = "SpatialDefinition" type = "SpatialDefinitionType"
minOccurs = "0"/>
<xsd:element name = "SpatialDefinition" type = "SpatialDefinitionType"
minOccurs = "0" />
<xsd:element name = "StorageLocation" type = "ResourceLocationType"
minOccurs = "0"/>
Expand All @@ -299,8 +308,8 @@
minOccurs = "0"/>
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType"
minOccurs = "0"/>
<xsd:element name = "TestSpecificationID" type="IdentifierType"
minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name = "TestResult" type = "TestResultType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = "OpMaterialActualType", To align with updated Part 2 Operations Performance Model
ADD element name = "TestResult";
DELETE = element name = "TestSpecificationID".

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 26, 2019

Collaborator

#16

minOccurs = "0" maxOccurs = "unbounded"/
<xsd:element name = "MaterialActualProperty" type = "OpMaterialActualPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "RequiredByRequestedSegmentResponse"
Expand All @@ -320,14 +329,17 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Quantity" type = "QuantityValueType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "MaterialActualProperty" type = "OpMaterialActualPropertyType"
<xsd:element name = "MaterialActualPropertyChild" type = "OpMaterialActualPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "MaterialClassPropertyID" type = "IdentifierType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "MaterialDefinitionPropertyID" type = "IdentifierType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "MaterialLotPropertyID" type = "IdentifierType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "RequiredByRequestedSegmentResponse"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 15, 2019

Author Collaborator

ERDi, MESA: complexType name = OpMaterialActualPropertyType", To align with updated Part 2 Operations Performance Model
ADD element name = "MaterialActualPropertyChild";
ADD element name = "MaterialClassPropertyID";
ADD element name = "MaterialDefinitionPropertyID";
ADD element name = "MaterialLotPropertyID";
DELETE element name = "RequiredByRequestedSegmentResponse"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 23, 2019

Collaborator

#12

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 26, 2019

Collaborator

#27

This comment has been minimized.

Copy link
@racheliurui

racheliurui Sep 3, 2019

Collaborator

#53

type = "RequiredByRequestedSegmentResponseType"
minOccurs = "0"/>
<xsd:group ref = "Extended:OpMaterialActualProperty"
minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
</xsd:complexType>

</xsd:schema>
</xsd:schema>

0 comments on commit 634e3d1

Please sign in to comment.