Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The sys:ArrayOfTupleOflongstringstring complex type specifies an array of a tuple representing a combination of a long integer and two strings.
-
<xs:complexType name="ArrayOfTupleOflongstringstring"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="TupleOflongstringstring" nillable="true" type="sys:TupleOflongstringstring" /> </xs:sequence> </xs:complexType>
TupleOflongstringstring: This specifies a row containing a long integer and two string values.