SQL Server - Creating an XML Schema Collection



Creating an XML Schema Collection

-- Schema that validates an XML document
-- that contains only a root element named "OrderID"

CREATE XML SCHEMA COLLECTION OrderInfo AS '

  
    
      
        
      
    
  
'

/*
Validates:
123
*/

Share |

 Cant find the page you are looking for?
 Help us to improve by adding the content that you are looking for.
 Leave a feedback
 We look forward to hear your comments and feedback.