| diagram | ![]() |
||||||||||||||
| type | extension of s:string | ||||||||||||||
| properties |
|
||||||||||||||
| used by |
|
||||||||||||||
| attributes |
|
||||||||||||||
| 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> |
| type | restriction of s:string | ||||||
| properties |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| 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> |