xtce:PhysicalAddressSet

One or more physical addresses may be associated with each Parameter.  Examples of phyical addresses include a location on the spacecraft or a location on a data collection bus.

Element Information

Model

Source

<element name="PhysicalAddressSet" minOccurs="0">
  <annotation>
    <documentation>One or more physical addresses may be associated with each Parameter. Examples of phyical addresses include a location on the spacecraft or a location on a data collection bus.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element name="PhysicalAddress" minOccurs="0" maxOccurs="unbounded">
        <annotation>
          <documentation xml:lang="en">Contains the address (e.g., channel information) required to process the spacecraft telemetry streams. May be an onboard id, a mux address, or a physical location.</documentation>
          <documentation xml:lang="en">Contains the address (channel information) required to process the spacecraft telemetry streams</documentation>
        </annotation>
        <complexType>
          <complexContent>
            <extension base="xtce:PhysicalAddressType"/>
          </complexContent>
        </complexType>
      </element>
    </sequence>
  </complexType>
</element>

Sample