Skip to content

Commit

Permalink
updated schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
wsobel committed Jun 17, 2024
1 parent c492b38 commit 957f3fa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
11 changes: 10 additions & 1 deletion schemas/MTConnectStreams_2.3.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -45125,6 +45125,15 @@ SUCH PARTY HAD ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.
</xs:annotation>
<xs:restriction base='xs:string'/>
</xs:simpleType>
<xs:simpleType name='ConditionIdType'>
<xs:annotation>
<xs:documentation>
Identifier of an individual condition activation provided by a piece of
equipment
</xs:documentation>
</xs:annotation>
<xs:restriction base='xs:string'/>
</xs:simpleType>
<xs:simpleType name='QualifierType'>
<xs:annotation>
<xs:documentation>
Expand Down Expand Up @@ -45192,7 +45201,7 @@ SUCH PARTY HAD ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name='conditionId' type='IDType' use='required'>
<xs:attribute name='conditionId' type='ConditionIdType' use='required'>
<xs:annotation>
<xs:documentation>
Identifier of an individual condition activation provided by a
Expand Down
11 changes: 10 additions & 1 deletion schemas/MTConnectStreams_2.3_1.0.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -45125,6 +45125,15 @@ SUCH PARTY HAD ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.
</xs:annotation>
<xs:restriction base='xs:string'/>
</xs:simpleType>
<xs:simpleType name='ConditionIdType'>
<xs:annotation>
<xs:documentation>
Identifier of an individual condition activation provided by a piece of
equipment
</xs:documentation>
</xs:annotation>
<xs:restriction base='xs:string'/>
</xs:simpleType>
<xs:simpleType name='QualifierType'>
<xs:annotation>
<xs:documentation>
Expand Down Expand Up @@ -45192,7 +45201,7 @@ SUCH PARTY HAD ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name='conditionId' type='IDType' use='required'>
<xs:attribute name='conditionId' type='ConditionIdType' use='required'>
<xs:annotation>
<xs:documentation>
Identifier of an individual condition activation provided by a
Expand Down

0 comments on commit 957f3fa

Please sign in to comment.