Skip to content

Commit

Permalink
Fixing minOccurs for set in mapping domain (MID-3692)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Jan 27, 2017
1 parent c4584f4 commit 84411ee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5966,7 +5966,7 @@
<xsd:element name="name" type="xsd:QName" minOccurs="0" maxOccurs="1"/>
<xsd:element ref="tns:description" minOccurs="0" maxOccurs="1"/>
<xsd:element name="path" type="t:ItemPathType"/>
<xsd:element name="set" type="tns:ValueSetDefinitionType">
<xsd:element name="set" type="tns:ValueSetDefinitionType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
Definition of the set of values for this variable. The variable
Expand Down

0 comments on commit 84411ee

Please sign in to comment.