Definition Type: Element
Name: UsageRights
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
================================= UsageRights ================================== Information about the usage rights pertaining to a NewsComponent. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into EndDate in schema newsml_1_2_xsd Drilldown into StartDate in schema newsml_1_2_xsd Drilldown into Limitations in schema newsml_1_2_xsd Drilldown into RightsHolder in schema newsml_1_2_xsd Drilldown into Geography in schema newsml_1_2_xsd Drilldown into UsageType 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 UsageRights in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="UsageRights">
    <xs:annotation>
        <xs:documentation>
================================= UsageRights ==================================
Information about the usage rights pertaining to a NewsComponent. 
================================================================================

			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="UsageType" minOccurs="0" />
            <xs:element ref="Geography" minOccurs="0" />
            <xs:element ref="RightsHolder" minOccurs="0" />
            <xs:element ref="Limitations" minOccurs="0" />
            <xs:element ref="StartDate" minOccurs="0" />
            <xs:element ref="EndDate" minOccurs="0" />
        </xs:sequence>
        <xs:attributeGroup ref="localid" />
        <xs:attributeGroup ref="assignment" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UsageType UsageType 0 (1)
Geography Geography 0 (1)
RightsHolder RightsHolder 0 (1)
Limitations Limitations 0 (1)
StartDate StartDate 0 (1)
EndDate EndDate 0 (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)