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

fix typo. #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Schema/B2MML-Common.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1078,7 +1078,7 @@ Defined values for inventory operations defined values are
<xsd:element name="Description" type="DescriptionType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Value" type="ValueType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="Quantity" type="QuantityValueType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="MateralCapabilityProperty" type="OpMaterialCapabilityPropertyType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="MaterialCapabilityProperty" type="OpMaterialCapabilityPropertyType" minOccurs="0" maxOccurs="unbounded"/>
<xsd:group ref="Extended:OpMaterialCapabilityProperty" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
Expand Down Expand Up @@ -1293,7 +1293,7 @@ Defined values are
<xsd:complexType name="RequiredByRequestedSegmentResponseType">
<xsd:annotation>
<xsd:documentation>
Indicates if a segment response assicated with a segment request is required.
Indicates if a segment response associated with a segment request is required.
Defined values are
- Required
- Optional
Expand Down Expand Up @@ -1386,7 +1386,7 @@ Defined values are
- Material Lot
- Material Sublot
- Physical Asset
- Physical Ssset Class
- Physical Asset Class
- Work Master
- Process Segment
</xsd:documentation>
Expand Down
2 changes: 1 addition & 1 deletion Schema/B2MML-CoreComponents.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@


<!-- ******************************************************************************************** -->
<!-- BinaryObjetc Type used for any element that requires a set of finite length sequence of octets -->
<!-- BinaryObject Type used for any element that requires a set of finite length sequence of octets -->
<!-- ******************************************************************************************** -->
<xsd:complexType name="BinaryObjectType">
<xsd:simpleContent>
Expand Down
2 changes: 1 addition & 1 deletion Schema/B2MML-MasterDataProfile.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
ANSI/ISA-95.00.05-2018 Enterprise-Control System Integration
Part 5: Business to Manufacturing Transactions and
ANSI/ISA-95.00.04-2018 Enterprise-Control System Integration
Part 4: Objects and Attributes for Manufacturing Oerations
Part 4: Objects and Attributes for Manufacturing Operations
Management Integration.
</xsd:documentation>

Expand Down
2 changes: 1 addition & 1 deletion Schema/B2MML-Personnel.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
Added QualificationTestSpecificationID to Person and PersonnelClass
V0600 17 Mar 2013 D. Brandl Changed copyright to MESA International and support for ISA 95 Part 4
V0700 21 Dec 2018 D. Brandl Updated Version for 2018 update of ISA 95 Part 2
Removed QuaificationTestSpecification definitions, replaced by TestSpecification model
Removed QualificationTestSpecification definitions, replaced by TestSpecification model
29 Mar 2019 D. Brandl All future comments and revisions to be recorded in GitHub

</xsd:documentation>
Expand Down
2 changes: 1 addition & 1 deletion Schema/B2MML-ProcessSegment.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ referenced work master shall have the same value as that of the process segment.
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Quantity" type = "QuantityValueType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "PersonnalSegmentSpecificationProperty"
<xsd:element name = "PersonnelSegmentSpecificationProperty"
type = "PersonnelSegmentSpecificationPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:PersonnelSegmentSpecificationProperty"
Expand Down
4 changes: 2 additions & 2 deletions Schema/B2MML-TransactionProfile.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,15 @@
<!-- Process Segment Model -->
<xsd:enumeration value="PROCESS SEGMENT"/>
<xsd:enumeration value="PROCESS INFORMATION"/>
<!-- Opertional Location Model -->
<!-- Operational Location Model -->
<xsd:enumeration value="OPERATIONAL LOCATION"/>
<xsd:enumeration value="OPERATIONAL LOCATION CLASS"/>
<xsd:enumeration value="OPERATIONAL LOCATION INFORMATION"/>
<!-- Operations Definition Model -->
<xsd:enumeration value="OPERATIONS DEFINITION"/>
<xsd:enumeration value="OPERATIONS SEGMENT"/>
<xsd:enumeration value="OPERATIONS DEFINITION INFORMATION"/>
<!-- Opwerations Event Model -->
<!-- Operations Event Model -->
<xsd:enumeration value="OPERATIONS EVENT"/>
<xsd:enumeration value="OPERATIONS EVENT CLASS"/>
<xsd:enumeration value="OPERATIONS EVENT DEFINITION"/>
Expand Down
4 changes: 2 additions & 2 deletions Schema/B2MML-WorkPerformance.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
minOccurs = "0"/>
<xsd:element name = "JobState" type = "ResponseStateType"
minOccurs = "0"/>
<xsd:element name = "JobResponsetData" type = "OpSegmentDataType"
<xsd:element name = "JobResponseData" type = "OpSegmentDataType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "PersonnelActual" type = "OpPersonnelActualType"
minOccurs = "0" maxOccurs = "unbounded"/>
Expand Down Expand Up @@ -212,7 +212,7 @@
minOccurs = "0"/>
<xsd:element name = "JobState" type = "ResponseStateType"
minOccurs = "0"/>
<xsd:element name = "JobResponset" type = "JobResponseType"
<xsd:element name = "JobResponse" type = "JobResponseType"
minOccurs = "1" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:JobResponseList" minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
Expand Down
4 changes: 2 additions & 2 deletions Schema/B2MML-WorkRecord.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
<xsd:complexType name = "WWorkPerformanceRecordType">
<xsd:sequence>
<xsd:group ref = "WorkRecordEntryType"/>
<xsd:element name = "WorkPerformaance" type = "WorkPerformanceType"/>
<xsd:element name = "WorkPerformance" type = "WorkPerformanceType"/>
</xsd:sequence>
</xsd:complexType>

Expand Down Expand Up @@ -633,7 +633,7 @@

<xsd:complexType name = "WWorkDirectivesType">
<xsd:sequence>
<xsd:element name = "WorkDirectiverRecord" type = "WWorkDirectiveRecordType"
<xsd:element name = "WorkDirectiveRecord" type = "WWorkDirectiveRecordType"
minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
Expand Down
4 changes: 2 additions & 2 deletions Schema/B2MML-WorkSchedule.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType"
minOccurs = "0"/>
<xsd:element name = "Workype" type = "OperationsTypeType"
<xsd:element name = "WorkType" type = "OperationsTypeType"
minOccurs = "0"/>
<xsd:element name = "StartTime" type = "DateTimeType"
minOccurs = "0"/>
Expand Down Expand Up @@ -159,7 +159,7 @@
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType"
minOccurs = "0"/>
<xsd:element name = "Workype" type = "OperationsTypeType"
<xsd:element name = "WorkType" type = "OperationsTypeType"
minOccurs = "0"/>
<xsd:element name = "StartTime" type = "DateTimeType"
minOccurs = "0"/>
Expand Down
4 changes: 2 additions & 2 deletions Schema/BatchML-BatchProductionRecord.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@
<xsd:complexType name = "WorkPerformanceRecordType">
<xsd:sequence>
<xsd:group ref = "BatchProductionRecordEntryType"/>
<xsd:element name = "WorkPerformaance" type = "WorkPerformanceType"/>
<xsd:element name = "WorkPerformance" type = "WorkPerformanceType"/>
</xsd:sequence>
</xsd:complexType>

Expand Down Expand Up @@ -680,7 +680,7 @@

<xsd:complexType name = "WorkDirectivesType">
<xsd:sequence>
<xsd:element name = "WorkDirectiverRecord" type = "WorkDirectiveRecordType"
<xsd:element name = "WorkDirectiveRecord" type = "WorkDirectiveRecordType"
minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
Expand Down