1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
4 VocabularyItem schema (XSD)
6 Entity : VocabularyItem
8 Used for: Nuxeo EP core document type
15 xmlns:xs="http://www.w3.org/2001/XMLSchema"
16 xmlns:ns="http://collectionspace.org/services/vocabulary"
17 xmlns="http://collectionspace.org/services/vocabulary"
18 targetNamespace="http://collectionspace.org/services/vocabulary"
21 <!-- See http://wiki.collectionspace.org/display/collectionspace/Vocabulary+Schema -->
23 <!-- VocabularyItem Information Group -->
24 <!-- inVocabulary is the csid of the owning Vocabulary -->
25 <xs:element name="inAuthority" type="xs:string" />
26 <xs:element name="refName" type="xs:string"/>
27 <xs:element name="shortIdentifier" type="xs:string"/>
28 <xs:element name="termStatus" type="xs:string"/>
29 <xs:element name="displayName" type="xs:string"/>
30 <xs:element name="order" type="xs:string"/>
31 <xs:element name="source" type="xs:string"/>
32 <xs:element name="sourcePage" type="xs:string"/>
33 <xs:element name="description" type="xs:string"/>