Liquid Studio Documentation
XSD Editor / Graphical Notation Overview / Notation
In This Topic
    Notation
    In This Topic

    Graphical Representation

    Summary

    The <xs:notation> element allows machine readable markup to be added to the schema. This does not effect the meaning of the schema, but can be interpreted by an external application.

    Creating

    A <xs:notation> can be added to a <xs:schema> by using the right click context menu on the schema object Notation  

    Properties

    Id - A user defined ID to uniquely identify the entity within the schema
    Name - .
    Public - .
    System - .

    Sample

    The following XSD code

    <?xml version="1.0" encoding="utf-16"?>

    <!-- Created with Liquid XML Studio (https://www.liquid-technologies.com) -->

    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">

    <xs:notation name="DiagramData" />

       ...

    </xs:schema>

    Will be represented like this

     Inline Properties

    Properties that apply to a type are shown inline at the bottom of the items container.

    Values that are inherited from the base types are shown in brackets, values specifically set against the item are shown without brackets.

    If a facet is not valid for a given type (typically because of its data type), then its value is shown in red.

    Inline properties can be disabled in the Options.