Definition Type: Element
Name: EDXLDistribution
Namespace: urn:oasis:names:tc:emergency:EDXL:DE:1.0
Containing Schema: de.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into contentObject in schema de_xsd Drilldown into targetArea in schema de_xsd Drilldown into explicitAddress in schema de_xsd Drilldown into distributionReference in schema de_xsd Drilldown into keyword in schema de_xsd Drilldown into recipientRole in schema de_xsd Drilldown into senderRole in schema de_xsd Drilldown into language in schema de_xsd Drilldown into combinedConfidentiality in schema de_xsd Drilldown into distributionType in schema de_xsd Drilldown into distributionStatus in schema de_xsd Drilldown into dateTimeSent in schema de_xsd Drilldown into senderID in schema de_xsd Drilldown into distributionID in schema de_xsdXSD Diagram of EDXLDistribution in schema de_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="EDXLDistribution">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="distributionID" type="xsd:string" />
            <xsd:element name="senderID" type="xsd:string" />
            <xsd:element name="dateTimeSent" type="xsd:dateTime" />
            <xsd:element name="distributionStatus" type="statusValues" />
            <xsd:element name="distributionType" type="typeValues" />
            <xsd:element name="combinedConfidentiality" type="xsd:string" />
            <xsd:element name="language" type="xsd:string" minOccurs="0" />
            <xsd:element name="senderRole" type="valueListType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="recipientRole" type="valueListType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="keyword" type="valueListType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="distributionReference" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="explicitAddress" type="valueSchemeType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="targetArea" type="targetAreaType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="contentObject" type="contentObjectType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
distributionID de:distributionID (1) (1)
senderID de:senderID (1) (1)
dateTimeSent de:dateTimeSent (1) (1)
distributionStatus de:distributionStatus (1) (1)
distributionType de:distributionType (1) (1)
combinedConfidentiality de:combinedConfidentiality (1) (1)
language de:language 0 (1)
senderRole de:senderRole 0 unbounded
recipientRole de:recipientRole 0 unbounded
keyword de:keyword 0 unbounded
distributionReference de:distributionReference 0 unbounded
explicitAddress de:explicitAddress 0 unbounded
targetArea de:targetArea 0 unbounded
contentObject de:contentObject 0 unbounded