We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"/>
The text was updated successfully, but these errors were encountered:
#104 MasterDataProfile.xsd
e3172de
Align with updated 950002 & 950004
agreed
Sorry, something went wrong.
terryrankine
gerardmoloneyetpartners
No branches or pull requests
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"/>
The text was updated successfully, but these errors were encountered: