<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" type="QCodeListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the property.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="jobtitle" type="QCodeType">
<xs:annotation>
<xs:documentation>The job title of the person who created or enhanced the content in the news provider organisation.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|