Element Declarations: Complex Type |
|
XML schema classifies the elements that contain attributes and child elements as complex type elements. The syntax for defining a complex element is: <xs:element name="elementname"> where elementname indicates the name of the complex element. Empty elements, elements that contain only child elements, elements that contain only simple content, and elements that contain mixed content are classified as complex type elements. |
![]() |
Click the Next button to continue. |