Definition Type: Element
Name: tipoImovel
Namespace: http://www.tjsc.jus.br/selo/XMLSchema
Type: nsS:string255
Containing Schema: xsComum.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract False
ContentType Restriction
Collapse XSD Schema Diagram:
XSD Diagram of tipoImovel
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="tipoImovel">
    <xs:simpleType>
        <xs:restriction base="nsS:string255">
            <xs:enumeration value="Urbano" />
            <xs:enumeration value="Rural" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Derivation Tree: