Share via


XmlNameSpace Collection Editor Dialog Box

Allows you to add or remove namespace declarations to the <schema> element of the current XML Schema. The namespace declarations reference schemas used by this schema. The XmlNameSpace Collection Editor appears when you are using the Properties window and click the ellipsis button next to the NameSpace property of an XML Schema.

  • Members
    Lists all namespace declarations in the current collection.

  • Properties
    Lists the individual properties of the namespace declaration selected in the Members area.

    • NameSpace (required) - the URI (Uniform Resource Identifier) reference to the location of a schema document for the declared namespace. The NameSpace must be of type anyURI.

    • Qualifier (required) - the prefix used to qualify elements from the selected NameSpace. Each qualifier must be unique within the document.

  • Sort
    Allows you to reorder the namespace elements in the <schema> element. To reorder, select an item in the Members list and click the up or down arrows to move the item.

  • Add
    Adds a new namespace declaration to the collection.

  • Remove
    Deletes the selected namespace declaration from the collection.

See Also

Other Resources

XML Schemas (XSD) Reference

XML Tools in Visual Studio

XML Documents and Data