- Home
- All Courses
- Learn XML Schema
Learn XML Schema
Quality education for everyone, everywhere at Your pace online
- 0 (Registered)
-
(0 Reviews)
Curriculum
- 16 Sections
- 45 Lessons
- 10 Weeks
Expand all sectionsCollapse all sections
- XML Schema IntroductionAn XML Schema describes the structure of an XML document. The XML Schema language is also referred to as XML Schema Definition (XSD).7
- XSD How To?XML documents can have a reference to a DTD or to an XML Schema.4
- XSD - The ElementThe element is the root element of every XML Schema.2
- XSD Simple ElementsXML Schemas define the elements of your XML files. A simple element is an XML element that contains only text. It cannot contain any other elements or attributes.3
- XSD AttributesAll attributes are declared as simple types.5
- XSD Restrictions/FacetsRestrictions are used to define acceptable values for XML elements or attributes. Restrictions on XML elements are called facets.7
- XSD Complex ElementsA complex element contains other elements and/or attributes.2
- XSD Empty ElementsAn empty complex element cannot have contents, only attributes.1
- XSD Elements OnlyAn "elements-only" complex type contains an element that contains only other elements.1
- XSD Text-Only ElementsA complex text-only element can contain text and attributes.1
- XSD Mixed ContentA mixed complex type element can contain attributes, elements, and text.1
- XSD IndicatorsWe can control HOW elements are to be used in documents with indicators.3
- XSD The ElementThe element enables us to extend the XML document with elements not specified by the schema!1
- XSD The ElementThe element enables us to extend the XML document with attributes not specified by the schema!1
- XSD Element SubstitutionWith XML Schemas, one element can substitute another element.2
- An XSD ExampleThis chapter will demonstrate how to write an XML Schema. You will also learn that a schema can be written in different ways.4
Divide the Schema
Prev