Definition Type: Element
Name: Party
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
=================================== Party ====================================== An indication of the person, company or organisation that has a particular relationship to this NewsItem in the news workflow. The value of the FormalName attribute is a formal name for the Party. Its meaning and permitted values are determined by a controlled vocabulary as described in the comment to the formalname ENTITY declaration above. The optional Topic attribute may be used as a direct pointer to that Topic. The pointer may take the form of an http URL or a NewsML URN, or a # character followed by the value of the Duid attribute of a Topic element in the current document. The Property child element was added in version 1.1 to eliminate the need for creation of ad-hoc topics for volatile information internal to a NewsML document (eg the name of the person involved in editing of the story, which is usually internal information to the provider). ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Property in schema newsml_1_2_xsd Drilldown into Topic in schema newsml_1_2_xsd Drilldown into Scheme in schema newsml_1_2_xsd Drilldown into Vocabulary in schema newsml_1_2_xsd Drilldown into FormalName in schema newsml_1_2_xsd Drilldown into formalname 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 Party in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="Party">
    <xs:annotation>
        <xs:documentation> 
=================================== Party ======================================
An indication of the person, company or organisation that has a particular
relationship to this NewsItem in the news workflow. The value of the FormalName
attribute is a formal name for the Party. Its meaning and permitted values
are determined by a controlled vocabulary as described in the comment to the
formalname ENTITY declaration above. The optional Topic attribute may be used as
a direct pointer to that Topic. The pointer may take the form of an http URL or
a NewsML URN, or a # character followed by the value of the Duid attribute of a
Topic element in the current document. The Property child element was added in version 1.1 to eliminate 
the need for creation of ad-hoc topics for volatile information internal to a NewsML document (eg the name 
of the person involved in editing of the story, which is usually internal information to the provider).
================================================================================
			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Property" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attributeGroup ref="localid" />
        <xs:attributeGroup ref="formalname" />
        <xs:attribute name="Topic" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Property Property 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
FormalName FormalName Required
Vocabulary Vocabulary (Optional)
Scheme Scheme (Optional)
Topic Topic (Optional)