<xs:element name="idMapping" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="tapPointUidRef" type="tml:BindType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>dataUidRef of the tap point in the system to which this cluster corresponds. UID of the transducer, process input process output, or connection node from which or to which this cluster relates. This is the UID used in the data header (i.e. reference attribute in data start tag). Is some cases a data in a single cluster may come from multiple dataUid tap points.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="localID" type="tml:BindType" minOccurs="0"> <xs:annotation> <xs:documentation>short ID used in the data header (i.e. ref attribute in data start tag)</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |