<xs:complexType name="FlexPersonPropType">
<xs:annotation>
<xs:documentation>Flexible person data type for both controlled and uncontrolled values</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="ConceptDefinitionGroup" minOccurs="0" />
<xs:group ref="ConceptRelationshipsGroup" minOccurs="0" />
<xs:element ref="personDetails" minOccurs="0" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attributeGroup ref="flexAttributes" />
<xs:attributeGroup ref="editAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|