OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

emergency message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: EDXL Schema and Test message


Elysa

 

Since I left early, I created an EDXL Distribution Schema and a sample message.  This was a useful exercise and it pointed out several issues which we need to discuss in the next EDXL Emergency Management TC meeting.  If the DTRA money does not show up soon, I am concerned management will not see the value of my continued Oasis participation.  This is the fourth trip this year on PD funding and DTRA is yet to fund my efforts.  This is particularly troublesome since anyone can use the CAP 1.1 schema and I have been representing DoD interests for the last five months without DoD funding.  Please post these to the appropriate TC EDXL document area and maybe Tom Merkle, Rex Brooks or Kon Wilms could check these out with there schema validating software.  I use Visual studio 2003 to create them.

 

David E. Ellis

Information Management Architect

(505) 844-6697

 

EDXLDist.xsd

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<EDXLDist xmlns="http://www.incident.com/EDXLDist/1.0"; > 
	<messageID>12345</messageID >
	<senderID>dellis@sandia.gov</senderID>
	<dateTimeSent>2005-05-01T18:00:00-06:00</dateTimeSent>
	<messageStatus>Actual</messageStatus>
	<messageType>Report</messageType>
	<messageReference></messageReference>
	<recipentAddress></recipentAddress>
	<llconfidentiallity>FOUO</llconfidentiallity>
	<targetArea>
		<targetAreaDesc>Kirtland AFB</targetAreaDesc>
	</targetArea>
	<messageElement>
		<keyword>
			<valueListUrn>a</valueListUrn>
			<value>b</value>
		</keyword>
		<senderRole>
			<valueListUrn>c</valueListUrn>
			<value>d</value>
		</senderRole>
		<recipentRole>
			<valueListUrn>e</valueListUrn>
			<value>f</value>
		</recipentRole>
		<responseType>
			<valueListUrn>g</valueListUrn>
			<value>h</value>
		</responseType>
		<confidentiallity>FOUO</confidentiallity>
		<keyXmlContent xmlns:cap="http://www.incident.com/CAP/1.0"; >
			<cap:category>other</cap:category>
			<cap:event>chemical</cap:event>
		</keyXmlContent>
		<contentOject>
			<Payload  xmlns:cap="http://www.incident.com/CAP/1.0"; >
				<cap:identifier>SENTRY_01</cap:identifier>
				<cap:sender>SENTRY</cap:sender>
				<cap:sent>2005-05-01T18:08:00-06:00</cap:sent>
				<cap:status>Test</cap:status>
				<cap:msgType>Alert</cap:msgType>
				<cap:scope>Public</cap:scope>
				<cap:note>This comment is Extraordinarily tremendous!!</cap:note>
				<cap:incidents>MWM-13407</cap:incidents>
				<cap:info>
					<cap:category>Other</cap:category>
					<cap:event>chemical</cap:event>
					<cap:urgency>Immediate</cap:urgency>
					<cap:severity>Unknown</cap:severity>
					<cap:certainty>Unknown</cap:certainty>
					<cap:senderName>SENTRY</cap:senderName>
					<cap:headline>LV 2 CWA Low Blister</cap:headline>
					<cap:description>SENTRY has detected a(n) chemical event: MWM-13407 from Site: Tiedown.  Its Primary Source is: LV 2 CWA Low Blister, 						it has a priority of 4, and is located at -77.099953,38.800035  Comment:  This comment is Extraordinarily tremendous!!</cap:description>
					<cap:resource>
						<cap:resourceDesc>Video clip from Sensor: CWDET-01, Site: Tiedown, having a Detection class of CWDET.  							Video specs:  Length: 23   Type:  mpeg   Channel Band: Channel A</cap:resourceDesc>
						<cap:uri>http://sentry/videoClip1</cap:uri>
					</cap:resource>
					<cap:resource>
						<cap:resourceDesc>Photo image from Sensor: CWDET-01, Site: Tiedown, having a Detection class of CWDET.  							Photo specs:  Type:  jpeg   Channel Band: Channel B</cap:resourceDesc>
						<cap:uri>http://sentry/photoCapture</cap:uri>
					</cap:resource>
				</cap:info>
			</Payload>
		</contentOject>
	</messageElement>
</EDXLDist>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]