Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MasterDataProfile.xsd to align with updated 950002 and 950004 #104

Open
CharlieG021163 opened this issue Mar 24, 2020 · 1 comment
Assignees
Labels
ERDi Issues that need to be fixed in ERDi version Medium MESA Issues that need to be fixed in MISA Version

Comments

@CharlieG021163
Copy link
Collaborator

CharlieG021163 commented Mar 24, 2020

ERDi, MESA:
Background
Update MasterDataProfile.xsd to align with updated 950002 and 950004

Solution
MasterDataProfile.xsd, complexType name = "MasterDataProfileType"
ADD: <xsd:element name = "MaterialLot" type = "MaterialLotType" minOccurs="0" maxOccurs = "unbounded"/>
ADD: <xsd:element name = "MaterialSublot" type = "MaterialLotType" minOccurs="0" maxOccurs = "unbounded"/>
ADD: <xsd:element name = "OperationsCapability" type = "OperationsCapabilityType" minOccurs="0" maxOccurs = "unbounded"/>
ADD: <xsd:element name = "Person" type = "PersonType" minOccurs="0" maxOccurs = "unbounded"/>
ADD: <xsd:element name = "PhysicalAsset" type = "PhysicalAssetType" minOccurs="0" maxOccurs = "unbounded"/>
ADD: <xsd:element name = "ResourceNetworkConnectionType" type = "ResourceNetworkConnectionTypeType" minOccurs="0" maxOccurs = "unbounded"/>
ADD: <xsd:element name = "TestResult" type = "TestResultType" minOccurs="0" maxOccurs = "unbounded"/>
ADD: <xsd:element name = "WorkCapability" type = "WorkCapabilityType" minOccurs="0" maxOccurs = "unbounded"/>
ADD: <xsd:element name = "WorkMasterCapability" type = "WorkMasterCapabilityType" minOccurs="0" maxOccurs = "unbounded"/>
ADD: <xsd:element name = "WorkRecordSpecification" type = "OperationsRecordSpecTemplateType" minOccurs="0" maxOccurs = "unbounded"/>
DELETE: <xsd:element name = "WorkflowSpecificationType" type ="WorkflowSpecificationTypeType" minOccurs="0" maxOccurs = "unbounded"/>

@CharlieG021163 CharlieG021163 added ERDi Issues that need to be fixed in ERDi version Medium MESA Issues that need to be fixed in MISA Version labels Mar 24, 2020
@CharlieG021163 CharlieG021163 added this to the Discussed & Commented milestone Mar 24, 2020
CharlieG021163 added a commit that referenced this issue Mar 24, 2020
Align with updated 950002 & 950004
@Dennis-Brandl
Copy link

agreed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ERDi Issues that need to be fixed in ERDi version Medium MESA Issues that need to be fixed in MISA Version
Projects
None yet
Development

No branches or pull requests

4 participants