09-23-2008 02:04 AM
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:na="http://www.nissan.com.au/alfresco"
xmlns:alf="http://www.alfresco.org"
targetNamespace="http://www.nissan.com.au/alfresco"
elementFormDefault="qualified">
<xs:complexType name="link">
<xs:sequence>
<xs:element name="label" type="xs:normalizedString" minOccurs="0" maxOccurs="1"/>
<xs:element name="path" type="xs:anyURI" />
<xs:element name="open_in_new_window" type="xs:boolean" default="false"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="vertical_navigation">
<xs:sequence>
<xs:element name="heading" type="xs:normalizedString" />
<xs:element name="menu_item" type="na:link" minOccurs="1" maxOccurs="8" />
</xs:sequence>
</xs:complexType>
</xs:schema>
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:alf="http://www.alfresco.org"
xmlns:na="http://www.nissan.com.au/alfresco"
elementFormDefault="qualified">
<xs:import namespace="http://www.nissan.com.au/alfresco" schemaLocation="nissanmarketing_global.xsd"/>
<xs:element name="model_series">
<xs:complexType>
<xs:sequence>
<xs:element name="navigation" type="na:vertical_navigation" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
03-16-2009 03:46 PM
<xs:include schemaLocation="/common-xsd.xsd"/>and uploaded common-xsd.xsd to the root of my web project. But no joy.10-28-2009 09:05 AM
11-02-2009 09:45 AM
<xs:include schemaLocation="webscript://api/path/content/workspace/SpacesStore/Company Home/Data Dictionary/Web Forms/common_definitions/common_definitions.xsd?ticket={ticket}"/> The portion after "Company Home" should be the specific path to and name of the main XSD with your schema type definitions.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.