Definition Type: Element
Name: Copyright
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
================================== Copyright =================================== The copyright that pertains to a news object. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into CopyrightDate in schema newsml_1_2_xsd Drilldown into CopyrightHolder in schema newsml_1_2_xsd Drilldown into Comment in schema newsml_1_2_xsd Drilldown into DateAndTime in schema newsml_1_2_xsd Drilldown into HowPresent in schema newsml_1_2_xsd Drilldown into Confidence in schema newsml_1_2_xsd Drilldown into Importance in schema newsml_1_2_xsd Drilldown into AssignedBy in schema newsml_1_2_xsd Drilldown into assignment 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 Copyright in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="Copyright">
    <xs:annotation>
        <xs:documentation> 
================================== Copyright ===================================
The copyright that pertains to a news object.
================================================================================

			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="CopyrightHolder" />
            <xs:element ref="CopyrightDate" />
        </xs:sequence>
        <xs:attributeGroup ref="localid" />
        <xs:attributeGroup ref="assignment" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Comment Comment 0 unbounded
CopyrightHolder CopyrightHolder (1) (1)
CopyrightDate CopyrightDate (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)
AssignedBy AssignedBy (Optional)
Importance Importance (Optional)
Confidence Confidence (Optional)
HowPresent HowPresent (Optional)
DateAndTime DateAndTime (Optional)