<xs:element name="propToPropRelation" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Property to property relation or phenomenon to phenomenon relation. transmitter to receiver, Ambient to receiver, Example: thermal to voltage transducer connected to a voltage to data transducer. example optical filter on the front of an optical camera lens</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="relationDescription" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>longer description of the property relation</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="uid" type="tml:BindType" minOccurs="0">
<xs:annotation>
<xs:documentation>connection or node UID of the property relationship</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="propUidRef" type="tml:BindType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>uidRef of the property or phenomenon</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="propagationMedium" type="tml:BindType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>If the P-to-P interface has a distance between them, then this describes the medium in which the energy propagates. Allowed values: vacuum, air, water. default air</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="propagationMechanism" type="tml:BindType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>If the P-to-P interface has a distance between them, then this describes the mechanism in which the energy propagates. Allowed values: radiation, conduction, convection, osmosis. default radiation</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="tml:uid_uidRef"/>
</xs:complexType>
</xs:element> |