Search
10 result(s) for xs:complexType
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.3.1.9 XmlElement (Deprecated)XmlElement (Deprecated) An XmlElement value is encoded as an xs:complexType with the following XML schema: <xs:complexType name="XmlElement"> <xs:sequence> <xs
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.3.1.13 DiagnosticInfoDiagnosticInfo An DiagnosticInfo value is encoded as an xs:complexType with the following XML schema: <xs:complexType name="DiagnosticInfo"> <xs:sequence> <xs:element ... xs:element name="InnerDiagnosticInfo" type="tns:DiagnosticInfo" minOccurs="0" /> </xs:sequence> </xs:complexType> DiagnosticInfo is recursive and unlimited recursion
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.3.1.14 QualifiedNameQualifiedName A QualifiedName value is encoded as an xs:complexType with the following XML schema: <xs:complexType name="QualifiedName"> <xs:sequence> <xs:element ... element name="Name" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.3.1.15 LocalizedTextLocalizedText A LocalizedText value is encoded as an xs:complexType with the following XML schema: <xs:complexType name="LocalizedText"> <xs:sequence> <xs:element ... element name="Text" type="xs:string" minOccurs="0" /> </xs:sequence> </xs:complexType
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.3.1.16 ExtensionObjectExtensionObject An ExtensionObject value is encoded as an xs:complexType with the following XML schema: <xs:complexType name="ExtensionObject"> <xs:sequence> <xs:element ... xs:element name="Body" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:any minOccurs="0" processContents
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.3.1.17 VariantVariant A Variant value is encoded as an xs:complexType with the following XML schema: <xs:complexType name="Variant"> <xs:sequence> <xs:element ... name="Value" minOccurs="0" nillable="true"> <xs:complexType> <xs:sequence> <xs:any minOccurs="0" processContents
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.3.1.18 DataValueDataValue A DataValue value is encoded as a xs:complexType with the following XML schema: <xs:complexType name="DataValue"> <xs:sequence> <xs:element ... element name="ServerPicoseconds" type="xs:unsignedShort" minOccurs="0"/> </xs:sequence> </xs:complexType
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.3.5 StructuresStructures Structures are encoded as a xs:complexType with all of the fields appearing as a sequence of xs:elements . Each element has a name specified by the name ... ReadValueId structure in the request. The XML schema would look like: <xs:complexType name="ReadValueId"> <xs:sequence> <xs:element name="NodeId
-
OPC-10000-6 – OPC Unified Architecture - Part 6: MappingsStructures with optional fields Structures with optional fields are encoded as a xs:complexType with all of the fields appearing as a sequence of xs:elements . The first element ... mandatory and two optional fields. The XML schema would look like: <xs:complexType name="OptionalType"> <xs:sequence> <xs:element name="EncodingMask
-
OPC-10000-6 – OPC Unified Architecture - Part 6: Mappings5.3.7 UnionsUnions Unions are encoded as an xs:complexType containing an xs:sequence with two entries. The first entry in the sequence is the SwitchField xs:element and specifies a numeric ... example, the following union has two fields. The XML schema would look like: <xs:complexType name="Type1"> <xs:sequence> <xs:element name