ndex:ArtObjectCategoryCodeSimpleType
simpleType ArtObjectCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies the type of art object.
Diagram
Enumerations
Value | Definition |
LITHOGRAPH | Lithograph |
MODEL | Model |
PAINTING | Painting |
PHOTOGRAPH | Photograph |
SCULPTURE | Sculpture |
XML Schema
<xs:simpleType name="ArtObjectCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the type of art object.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="LITHOGRAPH">
<xs:annotation>
<xs:documentation>
Lithograph</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MODEL">
<xs:annotation>
<xs:documentation>
Model</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PAINTING">
<xs:annotation>
<xs:documentation>
Painting</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PHOTOGRAPH">
<xs:annotation>
<xs:documentation>
Photograph</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SCULPTURE">
<xs:annotation>
<xs:documentation>
Sculpture</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>