<xsd:simpleType name="ST_DvAspect">
<xsd:annotation>
<xsd:documentation>Data View Aspect Type</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="DVASPECT_CONTENT">
<xsd:annotation>
<xsd:documentation>Object Display Content</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DVASPECT_ICON">
<xsd:annotation>
<xsd:documentation>Object Display Icon</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|