10-09-2007 10:56 PM
10-10-2007 03:11 AM
10-10-2007 10:05 AM
10-10-2007 10:18 AM
10-10-2007 10:31 AM
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<!– defines the form for creating a career listing –>
<xs:element name="econsumer-base">
<xs:complexType>
<xs:sequence>
<xs:element name="title" type="xs:normalizedString"/>
<xs:element name="keywords" type="xs:normalizedString"/>
<xs:element name="description" type="xs:normalizedString"/>
<xs:element name="author" type="xs:normalizedString"/>
<xs:element name="effective_date" type="xs:date"/>
<xs:element name="expiry_date" type="xs:date"/>
<xs:element name="department" type="xs:normalizedString"/>
<xs:element name="sitename" type="xs:normalizedString"/>
<xs:element name="content_type" type="xs:normalizedString"/>
<xs:element name="content" minOccurs="0" maxOccurs="3">
<xs:complexType>
<xs:sequence>
<xs:element name="file_Name" type="xs:normalizedString"
minOccurs="0"/>
<xs:element name="file_path" type="xs:anyURI"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
10-10-2007 11:41 AM
10-10-2007 12:41 PM
10-10-2007 01:00 PM
10-10-2007 02:00 PM
10-11-2007 04:00 AM
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.