|
Home > Online Product Documentation > Table of Contents > Defining Elements That Contain Subelements in XML Schemas Defining Elements That Contain Subelements in XML SchemasAn element that contains subelements is a complexType. Consequently, you can define an element that contains subelements in either of the following ways:
To define a complexType that contains elements, see Defining complexTypes That Contain Elements and Attributes - Diagram View or Defining complexTypes That Contain Elements and Attributes - Tree View. Diagram ViewTo define an element and define subelements in the element definition:
1. Right-click the
schema node
2. In the shortcut menu, select
Add >
Element.
Alternatives: This operation is also available from the
XMLSchema >
Diagram >
Add > Element menu and from the
Add button
The new element is added to the XML Schema. It is displayed in the diagram and in the text pane (if you have it open). The properties for the new element are displayed in the Properties window.
3. Right-click the new element and click
QuickEdit. Select one of the following from the
QuickEdit menu:
Stylus Studio updates the element definition to include a complexType with the
4. Add subelements to the element you created in
step 3.
Tree ViewIn the Tree view, to define an element and define subelements in the element definition:
1. Click the
Schema node or a
Model Group (
all,
any,
choice,
sequence) node.
2. In the left tool bar, click
New Element Definition
3. Enter the name for your new element. Stylus Studio displays a pop-up menu that lists the built-in simpleTypes and any simple or complexTypes already defined in your schema.
4. Press Enter again. Rather that using a type that is already defined, you want to define a new complexType in the definition of your element. You do not want to assign a type to your new element.
5. In the left tool bar, click
New complexType
6. Enter a name for the new type.
At this point, the procedure for defining a complexType in the definition of an element is the same as defining a complexType as a child of the Schema node. See Defining complexTypes That Contain Elements and Attributes - Tree View. |
Web Service Standards
Stylus Studio supports Web service standards including WSDL, UDDI and SOAP. The Web Service Tester lets you easily develop and leverage Web services in your XML applications.
Support for US National Library of Medicine (NLM) Document Type Definitions
Stylus Studio provides support for editing and validating XML documents using US National Library of Medicine data models. In this tutorial, we'll provide a step-by-step overview of how to use the NLM DTD's in Stylus Studio!
XQuery Functions - User Defined Functions in XQuery
Dr. Michael Kay's tutorial entitled: 'Defining your own Functions in XQuery' explains how to write powerful User Defined Functions in XQuery.
XML-to-HTML Mapper
Stylus Studio simplifies XML-to-HTML mapping through the industry's first and only XML to HTML mapping tool based on industry standard XSLT.


