Definition Type: Element
Name: AssociatedWith
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
================================ AssociatedWith ================================ A reference to a NewsItem with which this one is associated (for example, a series of articles, or a collection of photos, of which it is a part). The NewsItem attribute identifies the relevant NewsItem. Its value can be an http URL or a NewsML URN as described in the comment to PublicIdentifier. The Comment can be used to indicate the nature of the association. FormalName attribute structure added in version 1.1 ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Comment in schema newsml_1_2_xsd Drilldown into NewsItem 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 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 AssociatedWith in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="AssociatedWith">
    <xs:annotation>
        <xs:documentation> 

================================ AssociatedWith ================================
A reference to a NewsItem with which this one is associated (for example, a
series of articles, or a collection of photos, of which it is a part). The 
NewsItem attribute identifies the relevant NewsItem. Its value can be an
http URL or a NewsML URN as described in the comment to PublicIdentifier. The
Comment can be used to indicate the nature of the association. FormalName attribute structure added in version 1.1
================================================================================


			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attributeGroup ref="localid" />
        <xs:attribute name="FormalName" type="xs:string" />
        <xs:attribute name="Vocabulary" type="xs:string" />
        <xs:attribute name="Scheme" type="xs:string" />
        <xs:attribute name="NewsItem" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Comment Comment 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
FormalName FormalName (Optional)
Vocabulary Vocabulary (Optional)
Scheme Scheme (Optional)
NewsItem NewsItem (Optional)