# IT:AD:XSD # * [[../|(UP)]] {{indexmenu>.#2|nsort tsort}} XSD formally describe *elements* using a schema to describe in an abstract way an object's characteristics, and relationships to other objects. In essence, when you expose a WCF Endpoint, you are exposing a Service endpoint, that contains Operations (Methods) that accepts and returns Request and Reponse arguments. The WSDL describes the Service and its operations, and refers to separate XSD documents, used to describe the arguments. ## Notes ## ###### ACiD * Advantages: * XSD has several advantages over earlier XML schema languages, such as DTD or Simple Object XML (SOX). * written in XML, * self-documentation, * automatic schema creation * ability to be queried through XML Transformations (XSLT). * Considerations: * Disadvantages: * the language is unnecessarily complex. ### Example ### ## Resources ## * http://searchsoa.techtarget.com/definition/XSD * http://en.wikipedia.org/wiki/XML_Schema_(W3C) * http://www.w3.org/TR/xmlschema-0/