ReadAccessResult_ListOfResults

<< Click to Display Table of Contents >>

 

ReadAccessResult_ListOfResults

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

<xs:complexType name="ReadAccessResult_ListOfResults">
  <xs:sequence>
    <xs:element minOccurs="0" maxOccurs="unbounded" name="ListOfResults_Item" type="ReadAccessResult_ListOfResults_Item" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<SequenceOfReadAccessResult_ListOfResults />

Example 2:

<SequenceOfReadAccessResult_ListOfResults>
  <ListOfResults />
  <ListOfResults>
    <ListOfResults_Item>
      <PropertyIdentifier>ackedTransitions</PropertyIdentifier>
      <PropertyArrayIndex>1235</PropertyArrayIndex>
      <ReadResult>
        <PropertyValue>
          <Boolean>true</Boolean>
        </PropertyValue>
      </ReadResult>
    </ListOfResults_Item>
  </ListOfResults>
  <ListOfResults>
    <ListOfResults_Item>
      <PropertyIdentifier>action</PropertyIdentifier>
      <PropertyArrayIndex>1237</PropertyArrayIndex>
      <ReadResult>
        <PropertyValue>
          <Boolean>true</Boolean>
        </PropertyValue>
      </ReadResult>
    </ListOfResults_Item>
  </ListOfResults>
</SequenceOfReadAccessResult_ListOfResults>

Example 3:

<SequenceOfReadAccessResult_ListOfResults>
  <ListOfResults>
    <ListOfResults_Item>
      <PropertyIdentifier>activeText</PropertyIdentifier>
      <PropertyArrayIndex>1239</PropertyArrayIndex>
      <ReadResult>
        <PropertyValue>
          <Boolean>true</Boolean>
        </PropertyValue>
      </ReadResult>
    </ListOfResults_Item>
    <ListOfResults_Item>
      <PropertyIdentifier>alarmValue</PropertyIdentifier>
      <PropertyArrayIndex>1241</PropertyArrayIndex>
      <ReadResult>
        <PropertyValue>
          <Boolean>true</Boolean>
        </PropertyValue>
      </ReadResult>
    </ListOfResults_Item>
    <ListOfResults_Item>
      <PropertyIdentifier>all</PropertyIdentifier>
      <PropertyArrayIndex>1243</PropertyArrayIndex>
      <ReadResult>
        <PropertyValue>
          <Boolean>true</Boolean>
        </PropertyValue>
      </ReadResult>
    </ListOfResults_Item>
  </ListOfResults>
  <ListOfResults>
    <ListOfResults_Item>
      <PropertyIdentifier>apduSegmentTimeout</PropertyIdentifier>
      <PropertyArrayIndex>1245</PropertyArrayIndex>
      <ReadResult>
        <PropertyValue>
          <Boolean>true</Boolean>
        </PropertyValue>
      </ReadResult>
    </ListOfResults_Item>
  </ListOfResults>
  <ListOfResults>
    <ListOfResults_Item>
      <PropertyIdentifier>applicationSoftwareVersion</PropertyIdentifier>
      <PropertyArrayIndex>1247</PropertyArrayIndex>
      <ReadResult>
        <PropertyValue>
          <Boolean>true</Boolean>
        </PropertyValue>
      </ReadResult>
    </ListOfResults_Item>
  </ListOfResults>
</SequenceOfReadAccessResult_ListOfResults>

Was this page useful?