Skip to content

Commit

Permalink
Update B2MML-WorkflowSpecification.xsd
Browse files Browse the repository at this point in the history
ERDi, MESA:  complexType name = "WorkflowSpecificationInformationType">
CHANGE:  
- element name = "WorkflowSpecificationType"   type = "WorkflowSpecificationTypeType"  TO
     "WorkflowSpecificationNodeType"   type = "WorkflowSpecificationNodeTypeType" 
ADD:
- element name = "WorkflowSpecificationConnectionType"   type = "WorkflowSpecificationConnectionTypeType" minOccurs = "0" maxOccurs = "unbounded"/>

ERDi, MESA:  complexType name = "WorkflowSpecificationType">
CHANGE:
- element name = "Node" minOccurs = "0" maxOccurs = "unbounded"/> TO 
     "WorkflowSpecificationNode" minOccurs = "1" maxOccurs = "unbounded"/>
- element name = "Connection" TO "WorkflowSpecificationConnection"
- element name = "WorkflowSpecificationProperty" type = "WorkflowPropertyType" TO 
     "WorkflowSpecificationProperty" type = "WorkflowSpecificationPropertyType" 
- element name = "IncludesThePropertiesOf" TO "WorkflowSpecificationNodeParent"
ADD:
- element name = "DefinitionType", type = "DefinitionTypeType", minOccurs = "0"/>

ERDi, MESA:  complexType name = "WorkflowPropertyType", 
CHANGE: 
- complexType name = "WorkflowPropertyType" TO  "WorkflowSpecificationPropertyType"
- element name = "WorkflowProperty" TO "WorkflowSpecificationPropertyChild"
DELETE:
- element name = "EvaluatedPropertyReference"
- element name = "TestResult"

ERDI, MESA: DELETE complexType name = "WorkflowSpecificationTypeType",  This is an intermediate type which simply refers to WorkflowSpecificationNodeTypeType and WorkflowSpecificationConnectionTypeType.  It is simply not needed especially since these types are individually exchanged as first order objects as master data.  Also, the name, WorkflowSpecificationType, is confusing since it implies that there is a type of Workflow Specification which there is not in the updated ISA-95 Part 2. 

ERDi, MESA: complexType name = "WorkflowSpecificationNodeType">
ADD:
- element name = "Version", type = "VersionType"  minOccurs = "0"/>
- element name = "EffectiveFrom", type = "DateTimeType"  minOccurs = "0" />	    
- element name = "EffectiveTo", type = "DateTimeType" minOccurs = "0" />
CHANGE: 
- element name = "NodeType" type = "IdentifierType" /> TO 
     "WorkflowSpecificationNodeTypeID type = "IdentifierType" minOccurs = "0" maxOccurs = "1"/>
- element name = "Property", type = "WorkflowSpecificationPropertyType" TO
      "WorkflowSpecifictionNodeProperty", type = "WorkflowSpecificationNodePropertyType"   
- element name = "IncludesThePropertiesOf" TO "WorkflowSpecificationNodeParent"
ADD: 
- element name = "WorkMasterID", type = "IdentifierType" />, minOccurs = "0" maxOccurs = "unbounded"/>
- element name = "WorkDirectiveID",type ="IdentifierType" />, minOccurs = "0" maxOccurs = "unbounded"/>

ERDi, MESA:  complexType name = "WorkflowSpecificationConnectionType"> 
CHANGE:
- element name = "ConnectionType" type = "IdentifierType" /> TO 
     "WorkflowSpecificationConnectionTypeID type = "IdentifierType" minOccurs = "0" maxOccurs = "1"/>
- element name = "FromNodeID" TO "FromWSNodeID" 
- element name = "ToNodeID" TO "ToWSNodeID" 
- element name = "Property", type = "WorkflowSpecificationPropertyType" TO
      "WorkflowSpecifictionConnectionProperty", type = "WorkflowSpecificationConnectionPropertyType"   
        
ERDi, MESA:  complexType name = "WorkflowSpecificationNodeTypeType"
ADD:
- element name = "Version", type = "VersionType"  minOccurs = "0"/>
- element name = "EffectiveFrom", type = "DateTimeType"  minOccurs = "0" />	    
- element name = "EffectiveTo", type = "DateTimeType" minOccurs = "0" />
CHANGE:
- element name = "Property", type = "WorkflowSpecificationPropertyType" TO
      "WorkflowSpecifictionNodeTypeProperty", type = "WorkflowSpecificationNodeTypePropertyType"   

ERDi, MESA:  complexType name = "WorkflowSpecificationConnectionTypeType"
ADD:
- element name = "Version", type = "VersionType"  minOccurs = "0"/>
- element name = "EffectiveFrom", type = "DateTimeType"  minOccurs = "0" />	    
- element name = "EffectiveTo", type = "DateTimeType" minOccurs = "0" />
CHANGE:
- element name = "Property", type = "WorkflowSpecificationPropertyType" TO
      "WorkflowSpecifictionConnectionTypeProperty", type = "WorkflowSpecificationConnectionTypePropertyType"
  • Loading branch information
CharlieG021163 authored Aug 26, 2019
1 parent 12671eb commit d112914
Showing 1 changed file with 60 additions and 49 deletions.
109 changes: 60 additions & 49 deletions Schema/B2MML-WorkflowSpecification.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@
minOccurs = "0"/>
<xsd:element name = "WorkflowSpecification" type = "WorkflowSpecificationType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "WorkflowSpecificationType" type = "WorkflowSpecificationTypeType"
<xsd:element name = "WorkflowSpecificationNodeType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: complexType name = "WorkflowSpecificationInformationType">
CHANGE: This is using an abstract object not defined in updated ISA-95 Part 4 and the elements make the model confusing. Aligns better to updated Workflow Specification model where WSNodeType and and WSConnectionType are independent exchanged 1st order objects.

  • element name = "WorkflowSpecificationType" type = "WorkflowSpecificationTypeType" TO
    "WorkflowSpecificationNodeType" type = "WorkflowSpecificationNodeTypeType"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 28, 2019

Collaborator

#43

type = "WorkflowSpecificationNodeTypeType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "WorkflowSpecificationConnectionType"
type = "WorkflowSpecificationConnectionTypeType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: complexType name = "WorkflowSpecificationInformationType">
CHANGE: Aligns better to updated Workflow Specification model where WSNodeType and and WSConnectionType are independent exchanged 1st order objects.
ADD:

  • element name = "WorkflowSpecificationConnectionType" type = "WorkflowSpecificationConnectionTypeType" minOccurs = "0" maxOccurs = "unbounded"/>

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 28, 2019

Collaborator

#43

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:WorkflowSpecificationInformation" minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
Expand All @@ -131,74 +135,60 @@
minOccurs = "0" />
<xsd:element name = "EffectiveTo" type = "DateTimeType"
minOccurs = "0" />
<xsd:element name = "Node" type = "WorkflowSpecificationNodeType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Connection" type = "WorkflowSpecificationConnectionType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "WorkflowSpecificationProperty" type = "WorkflowPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:WorkflowSpecification" minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
</xsd:complexType>


<xsd:complexType name = "WorkflowSpecificationTypeType">

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 28, 2019

Collaborator

#50

<xsd:sequence>
<xsd:element name = "ID" type = "IdentifierType" />
<xsd:element name = "Version" type = "VersionType"
<xsd:element name = "DefinitionType" type = "DefinitionTypeType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: complexType name = "WorkflowSpecificationType">"
ADD: to align with updated Part 4 Workflow Specification Model

  • element name = "DefinitionType", type = "DefinitionTypeType", minOccurs = "0"/>

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 28, 2019

Collaborator

#35

minOccurs = "0"/>
<xsd:element name = "Description" type = "DescriptionType"
<xsd:element name = "WorkflowSpecificationNode" type = "WorkflowSpecificationNodeType"
minOccurs = "1" maxOccurs = "unbounded"/>
<xsd:element name = "WorkflowSpecificationConnection"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: complexType name = "WorkflowSpecificationType">
CHANGE: to align with updated Part 4 Workflow Specification Model

  • element name = "Node" minOccurs = "0" maxOccurs = "unbounded"/> TO
    "WorkflowSpecificationNode" minOccurs = "1" maxOccurs = "unbounded"/>
  • element name = "Connection" TO "WorkflowSpecificationConnection"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 28, 2019

Collaborator

#44

type = "WorkflowSpecificationConnectionType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "EffectiveFrom" type = "DateTimeType"
minOccurs = "0" />
<xsd:element name = "EffectiveTo" type = "DateTimeType"
minOccurs = "0" />
<xsd:element name = "NodeType" type = "WorkflowSpecificationNodeTypeType"
<xsd:element name = "WorkflowSpecificationParent" type = "IdentifierType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: #32 complexType name = "WorkflowSpecificationType">
CHANGE: to align with updated Part 4 Workflow Specification model. #32

  • element name = "IncludesThePropertiesOf" TO "WorkflowSpecificationNodeParent"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "ConnectionType" type = "WorkflowSpecificationConnectionTypeType"
<xsd:element name = "WorkflowSpecificationProperty"
type = "WorkflowSpecificationPropertyType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: complexType name = "WorkflowSpecificationType">
CHANGE: Not explicit name. Confusing.
element name = "WorkflowSpecificationProperty" type = "WorkflowPropertyType" TO
"WorkflowSpecificationProperty" type = "WorkflowSpecificationPropertyType"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 28, 2019

Collaborator

#44

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:WorkflowSpecificationType" minOccurs = "0" maxOccurs = "1"/>
<xsd:group ref = "Extended:WorkflowSpecification" minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
</xsd:complexType>


<xsd:complexType name = "WorkflowPropertyType">
<xsd:complexType name = "WorkflowSpecificationPropertyType">

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: #49 complexType name = "WorkflowPropertyType",
CHANGE: Explicitly align with Updated Part 4 Workflow Specification Model.

  • complexType name = "WorkflowPropertyType" TO "WorkflowSpecificationPropertyType"
<xsd:sequence>
<xsd:element name = "ID" type = "IdentifierType"/>
<xsd:element name = "Description" type = "DescriptionType"
<xsd:element name = "Description" type = "DescriptionType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Value" type = "ValueType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "WorkflowProperty" type = "WorkflowSpecificationPropertyType"
<xsd:element name = "WorkflowSpecificationPropertyChild"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: complexType name = "WorkflowPropertyType",
CHANGE: #12

  • element name = "WorkflowProperty" TO "WorkflowSpecificationPropertyChild"
type = "WorkflowSpecificationPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "EvaluatedPropertyReference"
type = "EvaluatedPropertyReferenceType"
minOccurs = "0" />
<xsd:element name = "TestResult" type = "TestResultType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: complexType name = "WorkflowPropertyType",
DELETE: #7. Explicity align with updated Part 2 Operations Test Model where the Test Result object is a 1st order object with an association relationship to the resource actual objects.

  • element name = "EvaluatedPropertyReference"
  • element name = "TestResult"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:WorkflowSpecificationProperty"
minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
</xsd:complexType>


<!-- ========================================= -->
<!-- Common group for all elements ========== -->
<!-- ========================================= -->


<xsd:complexType name = "WorkflowSpecificationNodeType">
<xsd:sequence>
<xsd:element name = "ID" type = "IdentifierType" />
<xsd:element name = "Description" type = "DescriptionType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "NodeType" type = "IdentifierType" />
<xsd:element name = "WorkflowSpecificationNodeTypeID"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: complexType name = "WorkflowSpecificationNodeType">
CHANGE: Explicit algin names to updated Part 4 Workflow Specification Model.

  • element name = "NodeType" type = "IdentifierType" /> TO
    "WorkflowSpecificationNodeTypeID type = "IdentifierType" minOccurs = "0" maxOccurs = "1"/>

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 28, 2019

Collaborator

#45

type = "IdentifierType"
minOccurs = "0" maxOccurs = "1"/>
<xsd:element name = "HierarchyScope" type = "HierarchyScopeType"
minOccurs = "0"/>
minOccurs = "0"/>
<xsd:element name = "WorkflowSpecification" type = "WorkflowSpecificationType"
minOccurs = "0" maxOccurs = "1"/>
<xsd:element name = "Property" type = "WorkflowSpecificationPropertyType"
minOccurs = "0" maxOccurs = "1"/>
<xsd:element name = "WorkMasterID" type = "IdentifierType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "WorkDirectiveID" type = "IdentifierType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: complexType name = "WorkflowSpecificationNodeType">
CHANGE:

  • element name = "Property", type = "WorkflowSpecificationPropertyType" TO
    "WorkflowSpecifictionNodeProperty", type = "WorkflowSpecificationNodePropertyType"
  • element name = "IncludesThePropertiesOf" TO "WorkflowSpecificationNodeParent" #32
    ADD:
  • element name = "WorkMasterID", type = "IdentifierType" />, minOccurs = "0" maxOccurs = "unbounded"/>
  • element name = "WorkDirectiveID",type ="IdentifierType" />, minOccurs = "0" maxOccurs = "unbounded"/>

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 28, 2019

Collaborator

#45

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "IncludesThePropertiesOf" type = "IdentifierType"
<xsd:element name = "WorkflowSpecifictionNodeProperty"
type = "WorkflowSpecificationNodePropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "WorkflowSpecificationNodeParent"
type = "IdentifierType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Oct 17, 2019

Author Collaborator

#51, #32

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:WorkflowSpecificationNode" minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
Expand All @@ -210,12 +200,15 @@
<xsd:element name = "ID" type = "IdentifierType" />
<xsd:element name = "Description" type = "DescriptionType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "ConnectionType" type = "IdentifierType" />
<xsd:element name = "FromNodeID" type = "DescriptionType"
<xsd:element name = "WorkflowSpecificationConnectionTypeID"
type = "IdentifierType"
minOccurs = "0" maxOccurs = "1"/>/>
<xsd:element name = "FromWSNodeID" type = "DescriptionType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: complexType name = "WorkflowSpecificationConnectionType">
CHANGE: Explicit naming to updated Part 4 Workflow Specification Model

  • element name = "ConnectionType" type = "IdentifierType" /> TO
    "WorkflowSpecificationConnectionTypeID type = "IdentifierType" minOccurs = "0" maxOccurs = "1"/>
  • element name = "FromNodeID" TO "FromWSNodeID"
  • element name = "ToNodeID" TO "ToWSNodeID"
  • element name = "Property", type = "WorkflowSpecificationPropertyType" TO
    "WorkflowSpecifictionConnectionProperty", type = "WorkflowSpecificationConnectionPropertyType"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 28, 2019

Collaborator

#46

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "ToNodeID" type = "DescriptionType"
<xsd:element name = "ToWSNodeID" type = "DescriptionType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Oct 17, 2019

Author Collaborator

#46

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Property" type = "WorkflowSpecificationPropertyType"
<xsd:element name = "WorkflowSpecificationConnectionProperty"
type = "WorkflowSpecificationConnectionPropertyType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Oct 17, 2019

Author Collaborator

#51

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:WorkflowSpecificationConnection" minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
Expand All @@ -224,9 +217,16 @@
<xsd:complexType name = "WorkflowSpecificationNodeTypeType">
<xsd:sequence>
<xsd:element name = "ID" type = "IdentifierType" />
<xsd:element name = "Version" type = "VersionType"
minOccurs = "0"/>

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: complexType name = "WorkflowSpecificationNodeTypeType"
ADD:

  • element name = "Version", type = "VersionType" minOccurs = "0"/> #11
  • element name = "EffectiveFrom", type = "DateTimeType" minOccurs = "0" /> #9
  • element name = "EffectiveTo", type = "DateTimeType" minOccurs = "0" />
    CHANGE:
  • element name = "Property", type = "WorkflowSpecificationPropertyType" TO
    "WorkflowSpecifictionNodeTypeProperty", type = "WorkflowSpecificationNodeTypePropertyType"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 28, 2019

Collaborator

#11, #47

<xsd:element name = "Description" type = "DescriptionType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Property" type = "WorkflowSpecificationPropertyType"
<xsd:element name = "EffectiveFrom" type = "DateTimeType"
minOccurs = "0" />
<xsd:element name = "EffectiveTo" type = "DateTimeType"
minOccurs = "0" />
<xsd:element name = "WorkflowSpecificationNodeTypeProperty"
type = "WorkflowSpecificationNodeTypePropertyType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Oct 17, 2019

Author Collaborator

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Feb 5, 2020

Author Collaborator

This change updated in move recent version based on the approved comment from the ISA95 October 2019 Meeting. EffectiveFrom and EffectiveTo elements were change to EffectiveStartDate and EffectiveEndDate elements that are to used as header elements for master data 1st order objects along with ID, description, version, and publish date. This has been added to the updated 950002 and 950004 JWG5 CVD01 version for IEC.

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:WorkflowSpecificationNodeType" minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
Expand All @@ -236,15 +236,26 @@
<xsd:complexType name = "WorkflowSpecificationConnectionTypeType">
<xsd:sequence>
<xsd:element name = "ID" type = "IdentifierType" />
<xsd:element name = "Version" type = "VersionType"
minOccurs = "0"/>

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Aug 27, 2019

Author Collaborator

ERDi, MESA: complexType name = "WorkflowSpecificationConnectionTypeType"
ADD:

  • element name = "Version", type = "VersionType" minOccurs = "0"/> #11
  • element name = "EffectiveFrom", type = "DateTimeType" minOccurs = "0" /> #9
  • element name = "EffectiveTo", type = "DateTimeType" minOccurs = "0" />
    CHANGE:
  • element name = "Property", type = "WorkflowSpecificationPropertyType" TO
    "WorkflowSpecifictionConnectionTypeProperty", type = "WorkflowSpecificationConnectionTypePropertyType"

This comment has been minimized.

Copy link
@racheliurui

racheliurui Aug 28, 2019

Collaborator

#9, #11, #48

<xsd:element name = "Description" type = "DescriptionType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "Property" type = "WorkflowSpecificationPropertyType"
<xsd:element name = "EffectiveFrom" type = "DateTimeType"
minOccurs = "0" />
<xsd:element name = "EffectiveTo" type = "DateTimeType"
minOccurs = "0" />
<xsd:element name = "WorkflowSpecificationConnectionTypeProperty"
type = "WorkflowSpecificationConnectionTypePropertyType"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Oct 17, 2019

Author Collaborator

#9, #51

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Feb 5, 2020

Author Collaborator

This change updated in move recent version based on the approved comment from the ISA95 October 2019 Meeting. EffectiveFrom and EffectiveTo elements were change to EffectiveStartDate and EffectiveEndDate elements that are to used as header elements for master data 1st order objects along with ID, description, version, and publish date. This has been added to the updated 950002 and 950004 JWG5 CVD01 version for IEC.

minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:group ref = "Extended:WorkflowSpecificationConnectionType" minOccurs = "0" maxOccurs = "1"/>
</xsd:sequence>
</xsd:complexType>


<!-- ========================================= -->
<!-- Common group for all elements ========== -->
<!-- ========================================= -->

<xsd:complexType name = "WorkflowSpecificationPropertyType">
<xsd:sequence>
<xsd:element name = "ID" type = "IdentifierType" />
Expand Down

0 comments on commit d112914

Please sign in to comment.