2.2.5.1 t:UserConfigurationDictionaryObjectTypesType Simple Type
The UserConfigurationDictionaryObjectTypesType simple type specifies the data type for a user configuration object dictionary property.
-
<xs:simpleType name="UserConfigurationDictionaryObjectTypesType"> <xs:restriction base="xs:string" > <xs:enumeration value="DateTime" /> <xs:enumeration value="Boolean" /> <xs:enumeration value="Byte" /> <xs:enumeration value="String" /> <xs:enumeration value="Integer32" /> <xs:enumeration value="UnsignedInteger32" /> <xs:enumeration value="Integer64" /> <xs:enumeration value="UnsignedInteger64" /> <xs:enumeration value="StringArray" /> <xs:enumeration value="ByteArray" /> </xs:restriction> </xs:simpleType>
The following table lists and describes the values that are defined by the UserConfigurationDictionaryObjectTypesType simple type.
Value name |
Description |
---|---|
DateTime |
Specifies a DateTime data type for a dictionary entry. |
Boolean |
Specifies a Boolean data type for a dictionary entry. |
Byte |
Specifies a byte data type for a dictionary entry. |
String |
Specifies a string data type for a dictionary entry. |
Integer32 |
Specifies a signed 32-bit integer data type for a dictionary entry. |
UnsignedInteger32 |
Specifies an unsigned 32-bit integer data type for a dictionary entry. |
Integer64 |
Specifies a signed 64-bit integer data type for a dictionary entry. |
UnsignedInteger64 |
Specifies an unsigned 64-bit integer data type for a dictionary entry. |
StringArray |
Specifies a string array data type for a dictionary entry. |
ByteArray |
Specifies a byte array data type for a dictionary entry. |