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

 


Help: OASIS Mailing Lists Help | MarkMail Help

emergency-msg message

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


Subject: oops - This schema validates


The previous mini-schema had an extra (invalid) line:
This should be better.
 
<?xml version="1.0"?>
<schema xmlns = "http://www.w3.org/2001/XMLSchema"
   targetNamespace = "urn:oasis:names:tc:emergency:have:1.1:triagecolorcode"
   xmlns:tc = "urn:oasis:names:tc:emergency:have:1.1:triagecolorcode"
   xmlns:xsd = "http://www.w3.org/2001/XMLSchema"
   elementFormDefault = "qualified"
   attributeFormDefault = "unqualified">
 
  <simpleType name="TriageColorCode"> 
          <restriction base = "string">
                    <enumeration value = "Red"/>
                    <enumeration value = "yellow"/>
                    <enumeration value = "Green"/>
                    <enumeration value = "Black"/>
                  </restriction>
    </simpleType>
</schema>
 

Gary A. Ham

Senior Research Scientist

Battelle Memorial Institute

540-288-5611 (office)

703-869-6241 (cell)

"You would be surprised what you can accomplish when you do not care who gets the credit." - Harry S. Truman

 


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