<xs:complexType name="FlexAuthorPropType">
<xs:annotation>
<xs:documentation>Flexible Author (creator or contributor) PCL-type for both controlled and uncontrolled values</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="FlexPartyPropType">
<xs:attribute name="role" use="optional" type="QCodeListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the property - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" use="optional" type="IRIListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the property - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="jobtitle" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The job title of the person who created or enhanced the content in the news provider organisation - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="jobtitleuri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>The job title of the person who created or enhanced the content in the news provider organisation - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|