Definition Type: Element
Name: NewsEnvelope
Containing Schema: NewsML_1.2.xsd
Abstract
Documentation:
================================= NewsEnvelope ================================= Information about the transmission of one or more NewsItems as a NewsML document. ================================================================================
Collapse XSD Schema Diagram:
Drilldown into Priority in schema newsml_1_2_xsd Drilldown into NewsProduct in schema newsml_1_2_xsd Drilldown into NewsService in schema newsml_1_2_xsd Drilldown into DateAndTime in schema newsml_1_2_xsd Drilldown into SentTo in schema newsml_1_2_xsd Drilldown into SentFrom in schema newsml_1_2_xsd Drilldown into TransmissionId 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 NewsEnvelope in schema newsml_1_2_xsd (News Markup Language (NewsML))
Collapse XSD Schema Code:
<xs:element name="NewsEnvelope">
    <xs:annotation>
        <xs:documentation> 
================================= NewsEnvelope =================================
Information about the transmission of one or more NewsItems as a NewsML
document.
================================================================================

			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="TransmissionId" minOccurs="0" />
            <xs:element ref="SentFrom" minOccurs="0" />
            <xs:element ref="SentTo" minOccurs="0" />
            <xs:element ref="DateAndTime" />
            <xs:element ref="NewsService" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="NewsProduct" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Priority" minOccurs="0" />
        </xs:sequence>
        <xs:attributeGroup ref="localid" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TransmissionId TransmissionId 0 (1)
SentFrom SentFrom 0 (1)
SentTo SentTo 0 (1)
DateAndTime DateAndTime (1) (1)
NewsService NewsService 0 unbounded
NewsProduct NewsProduct 0 unbounded
Priority Priority 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
Duid Duid (Optional)
Euid Euid (Optional)