Pregunta

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).

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top