<xs:complexType name="Flex1PartyPropType">
<xs:annotation>
<xs:documentation>Flexible party (person or organisation) PCL-type for both controlled and uncontrolled values</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="FlexPartyPropType">
<xs:attribute name="role" type="QCodeListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the property.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|