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 sysgen:KeyValuePairOflongint complex type specifies a key value pair wherein the key specifies a long type element and the value specifies an int type element.
-
<xs:complexType name="KeyValuePairOflongint"> <xs:annotation> <xs:appinfo> <GenericType Name="KeyValuePairOf{0}{1}{#}" Namespace="http://schemas.datacontract.org/2004/07/System.Collections.Generic" xmlns="http://schemas.microsoft.com/2003/10/Serialization/"> <GenericParameter Name="long" Namespace="http://www.w3.org/2001/XMLSchema" /> <GenericParameter Name="int" Namespace="http://www.w3.org/2001/XMLSchema" /> </GenericType> <IsValueType xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</IsValueType> </xs:appinfo> </xs:annotation> <xs:sequence> <xs:element name="key" type="xsd:long" /> <xs:element name="value" type="xsd:int" /> </xs:sequence> </xs:complexType>