XMLConstants.W3cXmlSchemaNsUri Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
W3C XML Schema Namespace URI.
[Android.Runtime.Register("W3C_XML_SCHEMA_NS_URI")]
public const string W3cXmlSchemaNsUri;
[<Android.Runtime.Register("W3C_XML_SCHEMA_NS_URI")>]
val mutable W3cXmlSchemaNsUri : string
Field Value
- Attributes
Remarks
W3C XML Schema Namespace URI.
Defined to be "http://www.w3.org/2001/XMLSchema
".
Java documentation for javax.xml.XMLConstants.W3C_XML_SCHEMA_NS_URI
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.