Definition Type: Element
Name: Contributor
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
================================= Contributor ================================== An individual and/or company or organisation that modified or enhanced a news object after its creation. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Contribution in schema newsml_1_2_xsd Drilldown into Party in schema newsml_1_2_xsd Drilldown into Comment in schema newsml_1_2_xsd Drilldown into party in schema newsml_1_2_xsd Drilldown into Euid in schema newsml_1_2_xsd Drilldown into Duid in schema newsml_1_2_xsd Drilldown into localid in schema newsml_1_2_xsdXSD Diagram of Contributor in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="Contributor">
    <xs:annotation>
        <xs:documentation> 
================================= Contributor ==================================
An individual and/or company or organisation that modified or enhanced a news
object after its creation.
================================================================================

			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:group ref="party" />
            <xs:element ref="Contribution" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attributeGroup ref="localid" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Comment Comment 0 unbounded
Party Party (1) unbounded
Contribution Contribution 0 unbounded
<xs:group> party (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)