I think we must be able to generated a list of values that should be usable as nameOfRefClass, so we can prevent typo's here. I would love to see some sort of reusable enumeration which also could be used within TypeOfFrame.
Related to #650
Suggestion: creating 'inception' by adding the entire Class list in here?
<xsd:simpleType name="NameOfClass">
<xsd:annotation>
<xsd:documentation>Type for name of a class of an ENTITY.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:Name"/>
</xsd:simpleType>
I think we must be able to generated a list of values that should be usable as nameOfRefClass, so we can prevent typo's here. I would love to see some sort of reusable enumeration which also could be used within TypeOfFrame.
Related to #650
Suggestion: creating 'inception' by adding the entire Class list in here?