Definition Type Element
Name Party
Abstract False
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).
================================================================================
      
XSD Schema .\NewsML_1.2.xsd
XSD Schema Diagram
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 minOccurs="0" maxOccurs="unbounded" ref="Property"/>
    </xs:sequence>

    <xs:attributeGroup ref="localid"/>
    <xs:attributeGroup ref="formalname"/>
    <xs:attribute name="Topic" type="xs:string"/>
  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
Party
    Party
References
Party
Generated using Liquid XML Studio by Liquid Technologies Ltd