<xs:complexType name="NodeBaseType" abstract="true">
<xs:annotation>
<xs:documentation>The NodeBaseType is the abstract base type for model elements.</xs:documentation>
</xs:annotation>
<xs:attribute name="label" type="xs:string">
<xs:annotation>
<xs:documentation>The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |