simpleType PremiseHistory
namespace http://www.IM-Draft-03-00-44a
type union of (restriction of xs:unsignedInt, restriction of xs:string, local:PremiseHistory)
used by
element NeedRescueServices/history
annotation
appinfo

            unknown (0)
            none (1)
            seeText (2) -- refer to text in using message
            waitForLawEnforcement (3)
            viciousAnimal (4)
            knownFighter (5)
            knownMedicalConditions (6)
            priorDomesticAbuse (7)
            priorCalls (8)
        
source <xs:simpleType name="PremiseHistory">
 
<xs:annotation>
   
<xs:appinfo>
            unknown (0)
            none (1)
            seeText (2) -- refer to text in using message
            waitForLawEnforcement (3)
            viciousAnimal (4)
            knownFighter (5)
            knownMedicalConditions (6)
            priorDomesticAbuse (7)
            priorCalls (8)
        
</xs:appinfo>
 
</xs:annotation>
 
<xs:union>
   
<xs:simpleType>
     
<xs:restriction base="xs:unsignedInt">
       
<xs:minInclusive value="0"/>
       
<xs:maxInclusive value="8"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="xs:string">
       
<xs:enumeration value="unknown"/>
       
<xs:enumeration value="none"/>
       
<xs:enumeration value="seeText"/>
       
<xs:enumeration value="waitForLawEnforcement"/>
       
<xs:enumeration value="viciousAnimal"/>
       
<xs:enumeration value="knownFighter"/>
       
<xs:enumeration value="knownMedicalConditions"/>
       
<xs:enumeration value="priorDomesticAbuse"/>
       
<xs:enumeration value="priorCalls"/>
     
</xs:restriction>
   
</xs:simpleType>
   
<xs:simpleType>
     
<xs:restriction base="local:PremiseHistory"/>
   
</xs:simpleType>
 
</xs:union>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy