ndex:ArtObjectCategoryCodeSimpleType

simpleType ArtObjectCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.0/

Definition

A data type for a code that identifies the type of art object.

Diagram

Enumerations

ValueDefinition
LITHOGRAPHLithograph
MODELModel
PAINTINGPainting
PHOTOGRAPHPhotograph
SCULPTURESculpture

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: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>