Top "Complextype" questions

How to use complex number "i" in C++

I am coding a simple DFT algorithm now and I want to use the complex number i in complex exponential. …

c++ overloading complex-numbers complextype
Entity Framework returning distinct records issue

I have a PC Enity which have some Properties , I would like to return a list of distinct Object (PC …

c# asp.net entity-framework distinct complextype
How do you nest complexType elements in an xsd?

I have an xml and xsd file that both validate correctly (tested at http://xsdvalidation.utilities-online.info/). However, the xml …

xml validation xsd complextype
How do you insert data into complex data type "Struct" in Hive

I'm completely new to Hive and Stack Overflow. I'm trying to create a table with complex data type "STRUCT" and …

hadoop struct hive hiveql complextype
PHP SoapParam/SoapVar for complex type gives "object hasn't 'xxx' property" - repeating element

This question relates to the use of SoapParam and SoapVar in a PHP SOAP client to handle repeating elements, where …

php soap repeat complextype
how to deal with array ComplexType in NuSoap?

currently i am using PHP Version 5.4.16, and NuSoap 0.95, i have try this example : here which shown the server code like …

php web-services nusoap complextype
How to parse an xsd file which has nested elements(complexType and simpleType elements and attributes)?

I have an xsd file like that: <?xml version="1.0" encoding="utf-8" ?> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" …

c# xsd schema complextype
XmlAttribute/XmlText cannot be used to encode complex types

I am getting the following error on the below class: Cannot serialize member 'Ingredient' of type DataObjects.Ingredient. XmlAttribute/XmlText …

complextype xml-attribute
Defining a complexType in xsd: Src-resolve: Cannot Resolve The Name 'variable1' To A(n) 'type Definition' Component

I get an error: Src-resolve: Cannot Resolve The Name 'variable1' To A(n) 'type Definition' Component. by validating the …

xml validation xsd complextype
Binding to Complex Objects in the ViewModel from the View?

Say for example I have the following type: public class Site { public string Name { get; set; } public int SiteId { get; …

wpf c#-4.0 data-binding mvvm complextype