roofColorEnum

Used with the roofColor attribute. Only enter Light if the construction is a roof and if it's in a rural location.

Simple Type Information

Used By

Source

<xsd:simpleType name="roofColorEnum">
  <xsd:annotation>
    <xsd:documentation>Used with the roofColor attribute. Only enter Light if the construction is a roof and if it's in a rural location.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:NMTOKEN">
    <xsd:enumeration value="Dark">
      <xsd:annotation>
        <xsd:documentation>Dark colored or light colored in an industrial area</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="Light">
      <xsd:annotation>
        <xsd:documentation>Permanently light colored and in a rural area</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>