2.2.4.12 GenericReadableRow
A complex type that defines an array of arbitrary length, where each item can have a different type.
-
<xsd:complexType name="GenericReadableRow"> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="Values" nillable="true" type="tns:ArrayOfAnyType"/> </xsd:sequence> </xsd:complexType>
Values: Contains different values and value types that are used to initialize a new GenericReadableRow. Instances of this array are defined in the following sections.