<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 - expressed by a QCode. In the scope of infoSource only: If a party did anything other than originate information a role attribute with one or more roles must be applied. The recommended vocabulary is the IPTC Information Source Roles NewsCodes at http://cv.iptc.org/newscodes/infosourcerole/ </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" type="IRIListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the property - expressed by a URI. In the scope of infoSource only: If a party did anything other than originate information a role attribute with one or more roles must be applied. The recommended vocabulary is the IPTC Information Source Roles NewsCodes at http://cv.iptc.org/newscodes/infosourcerole/ </xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|