Skip to content

Commit

Permalink
Update B2MML-Personnel.xsd
Browse files Browse the repository at this point in the history
ERDi, MESA: complexType name = "PersonPropertyType", #31 
ADD:  element name = "PersonnelClassPropertyID"   type = "IdentifierType"  minOccurs = "0" maxOccurs = "1"/>
  • Loading branch information
CharlieG021163 authored Sep 19, 2019
1 parent 82174ec commit a958bb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Schema/B2MML-Personnel.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,10 @@ A person may be a member of zero or more personnel classes.
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "PersonPropertyChild" type = "PersonPropertyType"
minOccurs = "0" maxOccurs = "unbounded"/>
<xsd:element name = "EvaluatedPropertyReference"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Sep 19, 2019

Author Collaborator

#21

<xsd:element name = "PersonnelClassPropertyID"

This comment has been minimized.

Copy link
@CharlieG021163

CharlieG021163 Sep 19, 2019

Author Collaborator

#31

type = "IdentifierType"
minOccurs = "0" maxOccurs = "1"/>
<xsd:element name = "EvaluatedPropertyReference"
type = "EvaluatedPropertyReferenceType"
minOccurs = "0" />
<xsd:group ref = "Extended:PersonProperty"
Expand Down

0 comments on commit a958bb5

Please sign in to comment.