<?xml version="1.0" encoding="UTF-8"?>
<vdex xmlns="http://www.imsglobal.org/xsd/imsvdex_v1p0"
     xmlns:xs="http://www.w3.org/2001/XMLSchema"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.imsglobal.org/xsd/imsvdex_v1p0 imsvdex_v1p0_flat.xsd" 
     xs:version="0.2"
     profileType="flatTokenTerms"
     orderSignificant="false">
    <vocabIdentifier isRegistered="false">http://www.imsglobal.org/vocabularies/cp_tokens_structure</vocabIdentifier>
    <term>
        <termIdentifier>hierarchical</termIdentifier>
        <description>
            <langstring language="en">The token "hierarchical" signifies a layered structure of bound Item objects.  An Item object must have one or more descendant Item objects. A bound instance of the parent Organiztion object is often (erroneously) treated as the "top node" of the collection of bound Item objects it contains.  There may be, and usually are, more than one bound sibling Item objects that are children of a bound Organization object. The structure may be described as a directed graph.</langstring>
        </description>
    </term>
    <term>
        <termIdentifier>rooted-hierarchy</termIdentifier>
        <description>
            <langstring language="en">The token "rooted-hierarchy" signifies a layered structure of bound Item objects with one and only one top node that is a bound Item object.  Any Item object may have descendant Item objects. The structure may be described as a directed graph.</langstring>
        </description>
    </term>
    <term>
        <termIdentifier>ordered-list</termIdentifier>
        <description>
            <langstring language="en">The token "ordered-list" signifies a flat structure of bound Item objects : There is no "top node". The order of Item objects is important. All Item objects are siblings. All have the same parent Organization object. No Item object may have descendants.</langstring>
        </description>
    </term>   <term>
        <termIdentifier>unordered-list</termIdentifier>
        <description>
            <langstring language="en">The token "unordered-list" signifies a flat structure of bound Item objects : There is no "top node". The order of Item objects is NOT important. All Item objects are siblings. All have the same parent Organization object. No Item object may have descendants.</langstring>
        </description>
    </term>
    <term>
        <termIdentifier>network</termIdentifier>
        <description>
            <langstring language="en">The token "network" signifies a collection of bound Item objects best described as a general graph (not directed).  There is no "top node".  Traversal of the graph may be cyclical.</langstring>
        </description>
    </term>
 </vdex>

