Resource hierarchy:
Main schema edxl-de-v2.0-wd09.xsd
Imported schema edxl-de-dvl-v2.0-wd09.xsd
Element EDXLDistribution
|
|
|
|
| Namespace |
urn:oasis:names:tc:emergency:EDXL:DE:2.0 |
|
Diagram
|
|
| Type |
DEDistributionType |
| Type hierarchy |
|
|
Properties
|
|
| Model
|
DistributionID , SenderID , DateTimeSent , DateTimeExpires , DistributionStatus , DistributionKind , Descriptor{0,1} , Content{0,1} , Other*
|
| Children |
Content, DateTimeExpires, DateTimeSent, Descriptor, DistributionID, DistributionKind, DistributionStatus, Other, SenderID |
|
Instance
|
<EDXLDistribution xmlns="urn:oasis:names:tc:emergency:EDXL:DE:2.0">
<DistributionID>{1,1}</DistributionID>
<SenderID>{1,1}</SenderID>
<DateTimeSent>{1,1}</DateTimeSent>
<DateTimeExpires>{1,1}</DateTimeExpires>
<DistributionStatus>{1,1}</DistributionStatus>
<DistributionKind>{1,1}</DistributionKind>
<Descriptor>{0,1}</Descriptor>
<Content>{0,1}</Content>
<Other>{0,unbounded}</Other>
</EDXLDistribution> |
|
|
Source
|
<xs:element name="EDXLDistribution" type="DEDistributionType"/> |
|
| Schema location |
file:/F:/StratML Files/EDXL/edxl-de-v2.0-wd09.xsd |
|
|
|
|
|
Element Descriptor
|
|
|
|
| Namespace |
urn:oasis:names:tc:emergency:EDXL:DE:2.0 |
|
Diagram
|
|
| Type |
DEDescriptorType |
|
Properties
|
|
|
Used by
|
|
| Model
|
CombinedConfidentiality{0,1} , Language{0,1} , SenderRole* , RecipientRole* , Keyword* , ExplicitAddress* , TargetAreas* , Urgency{0,1} , Severity{0,1} , Certainty{0,1} , IncidentID* , IncidentDescription* , Link*
|
| Children |
Certainty, CombinedConfidentiality, ExplicitAddress, IncidentDescription, IncidentID, Keyword, Language, Link, RecipientRole, SenderRole, Severity, TargetAreas, Urgency |
|
Instance
|
<Descriptor xmlns="urn:oasis:names:tc:emergency:EDXL:DE:2.0">
<CombinedConfidentiality>{0,1}</CombinedConfidentiality>
<Language>{0,1}</Language>
<SenderRole>{0,unbounded}</SenderRole>
<RecipientRole>{0,unbounded}</RecipientRole>
<Keyword>{0,unbounded}</Keyword>
<ExplicitAddress>{0,unbounded}</ExplicitAddress>
<TargetAreas>{0,unbounded}</TargetAreas>
<Urgency>{0,1}</Urgency>
<Severity>{0,1}</Severity>
<Certainty>{0,1}</Certainty>
<IncidentID>{0,unbounded}</IncidentID>
<IncidentDescription>{0,unbounded}</IncidentDescription>
<Link>{0,unbounded}</Link>
</Descriptor> |
|
|
Source
|
<xs:element name="Descriptor" type="DEDescriptorType"/> |
|
| Schema location |
file:/F:/StratML Files/EDXL/edxl-de-v2.0-wd09.xsd |
|
|
|
|
|
|
|
|
|
| Namespace |
urn:oasis:names:tc:emergency:EDXL:DE:2.0 |
|
Diagram
|
|
| Type |
AreaGroupingType |
|
Properties
|
| content |
simple |
| minOccurs |
1 |
| maxOccurs |
1 |
|
|
Facets
|
| enumeration |
Intersection |
|
| enumeration |
Union |
|
| enumeration |
ExclusiveOr |
|
| enumeration |
Complement |
|
| enumeration |
OtherGroupingType |
|
|
|
Source
|
<xs:element name="AreaGrouping" type="AreaGroupingType" minOccurs="1" maxOccurs="1"/> |
|
| Schema location |
file:/F:/StratML Files/EDXL/edxl-de-v2.0-wd09.xsd |
|
|
|
|
|
Element Link
Element Content
Element ContentObject
Element ContentDescriptor
|
|
|
|
| Namespace |
urn:oasis:names:tc:emergency:EDXL:DE:2.0 |
|
Diagram
|
|
| Type |
DEContentDescriptorType |
|
Properties
|
|
|
Used by
|
|
| Model
|
|
| Children |
Confidentiality, ConsumerRole, ContentDescription, ContentID, ContentKeyword, ContentLanguage, OriginatorRole |
|
Instance
|
<ContentDescriptor xmlns="urn:oasis:names:tc:emergency:EDXL:DE:2.0">
<ContentDescription>{0,1}</ContentDescription>
<ContentKeyword>{0,unbounded}</ContentKeyword>
<OriginatorRole>{0,unbounded}</OriginatorRole>
<ConsumerRole>{0,unbounded}</ConsumerRole>
<ContentID>{0,unbounded}</ContentID>
<Confidentiality>{0,1}</Confidentiality>
<ContentLanguage>{0,1}</ContentLanguage>
</ContentDescriptor> |
|
|
Source
|
<xs:element name="ContentDescriptor" type="DEContentDescriptorType"/> |
|
| Schema location |
file:/F:/StratML Files/EDXL/edxl-de-v2.0-wd09.xsd |
|
|
|
|
|
Complex Type DEDistributionType
|
|
|
|
| Namespace |
urn:oasis:names:tc:emergency:EDXL:DE:2.0 |
|
Diagram
|
|
| Type |
extension of DEEnvelopeType |
| Type hierarchy |
|
|
Used by
|
|
| Model
|
DistributionID , SenderID , DateTimeSent , DateTimeExpires , DistributionStatus , DistributionKind , Descriptor{0,1} , Content{0,1} , Other*
|
| Children |
Content, DateTimeExpires, DateTimeSent, Descriptor, DistributionID, DistributionKind, DistributionStatus, Other, SenderID |
|
Source
|
<xs:complexType name="DEDistributionType">
<xs:complexContent>
<xs:extension base="DEEnvelopeType">
<xs:sequence>
<xs:element ref="Descriptor" minOccurs="0" maxOccurs="1"/>
<xs:element ref="Content" minOccurs="0" maxOccurs="1"/>
<xs:element name="Other" type="AnyXMLType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attributeGroup ref="xlink:extendedAttrs"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |
|
| Schema location |
file:/F:/StratML Files/EDXL/edxl-de-v2.0-wd09.xsd |
|
|
|
|
|
Complex Type DEEnvelopeType
Complex Type DistributionStatusType
Complex Type ct:StatusKindDefaultType
Simple Type ct:StatusKindDefaultURI
Simple Type ct:StatusKindDefaultValues
Complex Type DistributionType
Complex Type ct:DistributionDefaultType
Simple Type ct:DisTypeDefaultURI
Simple Type ct:DistTypeDefaultValues
Complex Type DEDescriptorType
|
|
|
|
| Namespace |
urn:oasis:names:tc:emergency:EDXL:DE:2.0 |
|
Diagram
|
|
|
Used by
|
|
| Model
|
CombinedConfidentiality{0,1} , Language{0,1} , SenderRole* , RecipientRole* , Keyword* , ExplicitAddress* , TargetAreas* , Urgency{0,1} , Severity{0,1} , Certainty{0,1} , IncidentID* , IncidentDescription* , Link*
|
| Children |
Certainty, CombinedConfidentiality, ExplicitAddress, IncidentDescription, IncidentID, Keyword, Language, Link, RecipientRole, SenderRole, Severity, TargetAreas, Urgency |
|
Source
|
<xs:complexType name="DEDescriptorType">
<xs:sequence>
<xs:element name="CombinedConfidentiality" type="ConfidentialityType" minOccurs="0"/>
<xs:element name="Language" type="xs:language" minOccurs="0"/>
<xs:element name="SenderRole" type="ct:ValueListType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="RecipientRole" type="ct:ValueListType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Keyword" type="ct:ValueListType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="ExplicitAddress" type="ValueSchemeType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="TargetAreas" type="TargetAreasType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="Urgency" type="UrgencyType" minOccurs="0"/>
<xs:element name="Severity" type="SeverityType" minOccurs="0"/>
<xs:element name="Certainty" type="CertaintyType" minOccurs="0"/>
<xs:element name="IncidentID" type="ct:EDXLStringType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="IncidentDescription" type="ct:EDXLStringType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="Link" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attributeGroup ref="xlink:resourceAttrs"/>
</xs:complexType> |
|
| Schema location |
file:/F:/StratML Files/EDXL/edxl-de-v2.0-wd09.xsd |
|
|
|
|
|
Complex Type ConfidentialityType
Complex Type ct:ConfidentialityDefaultType
Simple Type ct:ConfidentialityTypeDefaultURI
Simple Type ct:ConfidentialityTypeDefaultValues
Complex Type ValueSchemeType
Complex Type TargetAreasType
Complex Type AreaKindType
Complex Type ct:AreaKindDefaultType
Simple Type ct:AreaKindTypeDefaultURI
Simple Type ct:AreaKindTypeDefaultValues
Simple Type AreaGroupingType
|
|
|
|
| Namespace |
urn:oasis:names:tc:emergency:EDXL:DE:2.0 |
|
Diagram
|
|
| Type |
restriction of xs:string |
|
Facets
|
| enumeration |
Intersection |
|
| enumeration |
Union |
|
| enumeration |
ExclusiveOr |
|
| enumeration |
Complement |
|
| enumeration |
OtherGroupingType |
|
|
|
Used by
|
|
|
Source
|
<xs:simpleType name="AreaGroupingType">
<xs:restriction base="xs:string">
<xs:enumeration value="Intersection"/>
<xs:enumeration value="Union"/>
<xs:enumeration value="ExclusiveOr"/>
<xs:enumeration value="Complement"/>
<xs:enumeration value="OtherGroupingType"/>
</xs:restriction>
</xs:simpleType> |
|
| Schema location |
file:/F:/StratML Files/EDXL/edxl-de-v2.0-wd09.xsd |
|
|
|
|
|
Complex Type TargetAreaType
Complex Type UrgencyType
Complex Type ct:UrgencyDefaultType
Simple Type ct:UrgencyTypeDefaultURI
Simple Type ct:UrgencyTypeDefaultValues
Complex Type SeverityType
Complex Type ct:SeverityDefaultType
Simple Type ct:SeverityTypeDefaultURI
Simple Type ct:SeverityTypeDefaultValues
Complex Type CertaintyType
Complex Type ct:CertaintyDefaultType
Simple Type ct:CertaintyTypeDefaultURI
Simple Type ct:CertaintyTypeDefaultValues
Complex Type DELinkType
Complex Type DEContentType
Complex Type DEContentObjectType
Complex Type DEContentDescriptorType
Complex Type ContentXmlType
Complex Type AnyXMLType
Complex Type OtherContentType