Category Archives: xml

XML Schema: Best Practices

Best Practices * Use Venetian Blind Design over Russian Doll and Slami Slice Designs when possible * Make targetNamespace the default namespace * Make two identical copies of all your schemas: – One with elementFormDefault=”qualified” – One with elementFormDefault=”unqualified” * … Continue reading

Posted in xml | Comments Off on XML Schema: Best Practices