Freigeben über


Schema.SchemaLocation Eigenschaft

Definition

Speicherort des benutzerdefinierten XML-Schemas

Stellt das folgende Attribut im Schema dar: sl:schemaLocation

[DocumentFormat.OpenXml.SchemaAttr(25, "schemaLocation")]
public DocumentFormat.OpenXml.StringValue SchemaLocation { get; set; }
public DocumentFormat.OpenXml.StringValue SchemaLocation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(25, "schemaLocation")]
public DocumentFormat.OpenXml.StringValue? SchemaLocation { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("sl:schemaLocation")]
public DocumentFormat.OpenXml.StringValue? SchemaLocation { get; set; }
public DocumentFormat.OpenXml.StringValue? SchemaLocation { get; set; }
member this.SchemaLocation : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(25, "schemaLocation")>]
member this.SchemaLocation : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("sl:schemaLocation")>]
member this.SchemaLocation : DocumentFormat.OpenXml.StringValue with get, set
Public Property SchemaLocation As StringValue

Eigenschaftswert

Gibt zurück StringValue.

Attribute

Hinweise

Die folgenden Informationen aus dem INTERNATIONALEN ECMA-Standard ECMA-376 können bei der Arbeit mit dieser Klasse nützlich sein.

Gibt den Speicherort der XML-Schemadatei an, die beim Laden dieses Dokuments heruntergeladen und analysiert werden soll.

Stellen Sie sich ein WordprocessingML-Dokument vor, das benutzerdefiniertes XML-Markup im http://www.contoso.com -Namespace enthält, das durch ein XML-Schema definiert wird, das sich unter c:\contoso.xsdbefindet. Der folgende Inhalt wird in den Schemabibliotheksdaten des Dokuments angezeigt:

<w:schemaLibrary>  
  <w:schema w:uri="http://www.contoso.com" w:schemaLocation= "c:\contoso.xsd" />  
</w:schemaLibrary>  

Das schemaLocation -Attribut enthält c:\contoso.xsd den Speicherort der XML-Schemadatei, die verwendet wird, wenn dieser Namespace verwendet wird.

Die möglichen Werte für dieses Attribut werden durch den XML-Schemadatentyp string definiert.

Gilt für: