<xs:element name="object" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Object can be a single transducer (dangle relation), a single dataUID, or many subjects can be related to a single data unit. probabilities can be assigned to each relation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="name" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>name of the object</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="objType" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>identify object as a transducer or a subject. Allowed Values: subject, transducer. Default: subject</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="tml:cfSubSampling" minOccurs="0"/>
<xs:element name="objUidRef" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>UID of the object (subject or transducer, or probable subject). local id of the subject if multiple ids are used to associate with each cell of the logical structure.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="objLocalID" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>if localId assigned to objUidRef for building CF of obj to data (i.e.CF) relationships. Sequence of values is the same as the sequence in the data (logical data structure or subsampled data structure, if present)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="confidence" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>Value range -1 to 1. -1 is 100% no confidence. confidence values match same sequence as logical data structure or subsampled data structure, if present (if multiple objects in data structure)</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:complexType>
</xs:element> |