type | restriction of xs:string | ||
used by | |||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="SerieSelo"> <xs:annotation> <xs:documentation>Código composto por três letras e cinco números que identifica unicamente um selo de fiscalização.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:pattern value="[A-Z]{3}\d{5}"/> </xs:restriction> </xs:simpleType> |