XML Schema complexContent Element
Complete XML Schema Reference
Definition and Usage
The complexContent element defines extensions or restrictions on a complex
type that contains mixed content or elements only.
Element Information
- Parent elements: complexType
Syntax
<complexContent
id=ID
mixed=true|false
any attributes
>
(annotation?,(restriction|extension))
</complexContent>
|
(The ? sign declares that the element can occur zero or one time
inside the complexContent element)
| Attribute |
Description |
| id |
Optional. Specifies a unique ID for the element |
| mixed |
Optional. Specifies whether character data is allowed to
appear between the child elements of this complexType element. Default is
false |
| any attributes |
Optional. Specifies any other attributes with non-schema
namespace |
Example 1
The following example has a complex type, "fullpersoninfo", that
derives from another complex type, "personinfo", by extending the
inherited type with three additional elements (address, city and country):
<xs:element name="employee" type="fullpersoninfo"/>
<xs:complexType name="personinfo">
<xs:sequence>
<xs:element name="firstname" type="xs:string"/>
<xs:element name="lastname" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="fullpersoninfo">
<xs:complexContent>
<xs:extension base="personinfo">
<xs:sequence>
<xs:element name="address" type="xs:string"/>
<xs:element name="city" type="xs:string"/>
<xs:element name="country" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
In the example above the "employee" element must contain, in sequence, the
following elements: "firstname", "lastname", "address", "city", and "country".
Complete XML Schema Reference
The Ektron Intranet
lets you do everything you need to do on your corporate intranet and everything you want to do... all with just one application.
What can you do with the Ektron Intranet? |

|
Navigate through content, documents, assets, colleagues and workgroups quickly and intuitively with enterprise search |

|
Communicate with friends and colleagues with forums, message boards and corporate blogging using the new Social Networking Platform |

|
Promote collaboration among coworkers in your organization through project workspaces where others can efficiently find information and work together |

|
Personalize your company profile by bookmarking and organizing favorite content, uploading assets, posting photos, blogging, and more |

|
Interact with features like tagging, flagging, wikis and ratings found in the Web 2.0 Toolbox |
 |
Author/edit content, manage navigation, menus, audit trails, workflow and approvals with the best in breed Content Management |
|
|
|
|
See why there are 20,000+ Ektron integrations worldwide. Request an
INSTANT DEMO or download a
FREE TRIAL today. |
|