I am using xsd:all in a complex type. When I miss any mandatory elements while validating it will show all the elements. It will not display the exact missed e
John
Smith
Here:
xs:element : Defines an element.
xs:all : Denotes child elements can appear in any order.
xs:sequence : Denotes child elements only appear in the order mentioned.
xs:complexType : Denotes it contains other elements.
xs:simpleType : Denotes they do not contain other elements.
type: string, decimal, integer, boolean, date, time,
With the help of extra attributes, we can perform multiple operations.
Performing any task on xsd is simpler than xml.