<xsd:simpleType name="ImagePerspectiveEnumeratedType">
<xsd:restriction base="xsd:normalizedString">
<xsd:enumeration value="Interior">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Image take from the interior of an item or location.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Exterior">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Image take from the exterior of an item or location.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Other">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Image take from a perspective other than interior or exterior.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|