Joined: Tue Mar 27, 2007 10:55 pm Posts: 2103 Location: Earth Has thanked: 39 time Have thanks: 56 time
XSD Attributes : XSD Attributes is used only with complex types .The declaration of attribute is like simple types. In declaration you define attribute name and type.
Example on attribute declaration: <xs:attribute name="mydate" type="date"/>
Type can be : - xs:boolean - xs:date - xs:time - xs:string - xs:decimal - xs:integer