NEW RELEASE! The 2024x Hot Fix 3 was released on November 29, 2024. For more information, see 2024x Hot Fix 3 Version News.
NEW RELEASE! The 2024x Refresh1 Hot Fix 1 was released on December 6, 2024. For more information, see 2024x Refresh1 Hot Fix 1 Version News.

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 name
  • annotation maps to UML Attribute documentation
notation 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>

Activity

All
Personal filters
All