ndex:ArtObjectCategoryCodeSimpleType

simpleType ArtObjectCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.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>