Question

Is it possible to define parameter for a type ? I want to have type that represents fixed length string but I dont want do define multiple such types for different lengths, that is TFixedString(N) so I could use TFixedString(2) and TFixedString(16).

Était-ce utile?

La solution

No you can not do this. It is not supported in XSD.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top