complexType WarningType
diagram sigws_p554.png
type extension of s:string
properties
base s:string
used by
element WarningsType/Warning
complexType ErrorType
attributes
Name  Type  Use  Default  Fixed  Annotation
Vendor  derived by: s:string  required      
documentation
SIG or CRS code
source <s:complexType name="WarningType">
 
<s:simpleContent>
   
<s:extension base="s:string">
     
<s:attribute name="Vendor" use="required">
       
<s:annotation>
         
<s:documentation>SIG or CRS code</s:documentation>
       
</s:annotation>
       
<s:simpleType>
         
<s:restriction base="s:string">
           
<s:minLength value="2"/>
         
</s:restriction>
       
</s:simpleType>
     
</s:attribute>
   
</s:extension>
 
</s:simpleContent>
</s:complexType>

attribute WarningType/@Vendor
type restriction of s:string
properties
use required
facets
Kind Value Annotation
minLength 2
annotation
documentation
SIG or CRS code
source <s:attribute name="Vendor" use="required">
 
<s:annotation>
   
<s:documentation>SIG or CRS code</s:documentation>
 
</s:annotation>
 
<s:simpleType>
   
<s:restriction base="s:string">
     
<s:minLength value="2"/>
   
</s:restriction>
 
</s:simpleType>
</s:attribute>


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