Modeling Tools 2026x Data-related modeling XML schemas XML schema mapping to UML elements Current: Include Include Maps to a UML Component with the stereotype XSDinclude. This component must be added into an xsd file component.annotation maps to the UML Component documentationschemaLocation maps to the UML Component name.include XML representation summary <include id = ID schemaLocation = anyURI {any attributes with non-schema namespace…}> Content: (annotation?)</include> include UML model example.include XML code sample <xs:schema xmlns:nm = "http://nomagic.com" xmlns:xs = "http://www.w3.org/2001/XMLSchema" targetNamespace = "http://nomagic.com"> <xs:include schemaLocation = "http://nomagic.com/schema.xsd" /></xs:schema> ×