Modeling Tools 2026x Data-related modeling XML schemas XML schema mapping to UML elements Current: Notation Notation Maps to a UML Attribute with the stereotype XSDnotation. This attribute must be added into the UML class with the stereotype XSDschema.name maps to UML Attribute nameannotation maps to UML Attribute documentationnotation XML representation summary <notation id = ID name = NCName public = anyURI system = anyURI {any attributes with non-schema namespace…}> Content: (annotation?)</notation> XML representation of a notation declaration <xs:notation name="jpeg" public="image/jpeg" system="viewer.exe"> notation UML model example.notation XML code sample <xs:schema xmlns:nm = "http://nomagic.com" xmlns:xs = "http://www.w3.org/2001/XMLSchema" targetNamespace = "http://nomagic.com"> <xs:notation name = "jpeg" public = "image/jpeg" system = "viewer.exe"/></xs:schema> ×