Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Folgendes ist die Schemadefinition für die PublishXmlRequest-Nachricht. Weitere Informationen finden Sie unter Veröffentlichung anpassen. Laden Sie die Schemas herunter.
Schema
<?xml version="1.0" encoding="utf-8"?>
<xs:schema attributeFormDefault="unqualified"
elementFormDefault="qualified"
xmlns:xs="https://www.w3.org/2001/XMLSchema">
<xs:element name="importexportxml">
<xs:complexType>
<xs:sequence>
<xs:element name="entities"
minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0"
maxOccurs="unbounded">
<!-- Name of the entity to publish-->
<xs:element maxOccurs="unbounded"
name="entity"
type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ribbons"
minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0"
maxOccurs="unbounded">
<!-- Application ribbon. : This value is not used. We publish the application ribbon if there is at least one <ribbon> node present -->
<xs:element maxOccurs="unbounded"
name="ribbon"
type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="dashboards"
minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0"
maxOccurs="unbounded">
<!-- Guid of the systemform to publish-->
<xs:element maxOccurs="unbounded"
name="dashboard"
type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="optionsets"
minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0"
maxOccurs="unbounded">
<!-- Name of the optionset to publish-->
<xs:element maxOccurs="unbounded"
name="optionset"
type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="sitemaps"
minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0"
maxOccurs="unbounded">
<!-- Guid of the sitemap to publish : This value is not used. We publish the sitemap if there is at least one <sitemap> node present-->
<xs:element maxOccurs="unbounded"
name="sitemap"
type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="webresources"
minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0"
maxOccurs="unbounded">
<!-- Guid of the web resource to publish -->
<xs:element maxOccurs="unbounded"
name="webresource"
type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>