Top 10 similar words or synonyms for complextype

simpletype    0.764110

elementtype    0.725005

simplecontent    0.709679

attributetype    0.693601

xmlns    0.693161

targetnamespace    0.690105

complexcontent    0.688488

objecttype    0.675434

entitytype    0.663228

namedelement    0.656646

Top 30 analogous words or synonyms for complextype

Article Example
GSOAP The gSOAP tools convert C/C++ data types to/from XML schema data types. Since C does not support namespaces and struct/class member names cannot be namespace-qualified in C++, the use of identifier naming conventions in gSOAP allow for binding this structure and its members to an XML schema complexType that is auto-generated as follows:
Entity Framework Entities** are instances of "EntityType"s; they represent the individual instances of the objects (such as "customer", "orders") to which the information pertains. The identity of an entity is defined by the entity type it is an instance of; in that sense an entity type defines the class an entity belongs to and also defines what "properties" an entity will have. Properties describe some aspect of the entity by giving it a name and a type. The properties of an entity type in ADO.NET Entity Framework are fully typed, and are fully compatible with the type system used in a DBMS system, as well as the Common Type System of the .NET Framework. A property can be "SimpleType", or "ComplexType", and can be multi-valued as well. All "EntityType"s belong to some namespace, and have an "EntityKey" property that uniquely identifies each instance of the entity type. The different property types are distinguished as follows: