-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify Data Types #142
Comments
Proposal is to define |
Proposal is to replace the description of |
and for completeness: |
NX_NUMBER is not vague: <xs:simpleType name="NX_NUMBER">
<xs:annotation>
<xs:documentation>any valid NeXus number representation</xs:documentation>
</xs:annotation>
<xs:union memberTypes="
nxdl:NX_INT
nxdl:NX_UINT
nxdl:NX_POSINT
nxdl:NX_FLOAT
" />
</xs:simpleType> |
NX_ALPHANUM to me usually means a string of numbers and characters, how about NX_SIMPLETYPE ? or just NX_SIMPLE to complement NX_COMPOUND |
simpleType is an XSD/XML thing, seems awkward |
NX_CHAR_OR_NUM |
NX_CHAR_XOR_NUM |
Rejected as a use-case cannot be forseen without including simple number types (i.e. |
We have not specified precisely what
NX_NUMBER
incudes, e.g. does it includeNX_QUATERNION
?Further, issue nexusformat/definitions#945 requires a data type that encompasses both
NX_NUMBER
andNX_CHAR
.The text was updated successfully, but these errors were encountered: