10-30-2008 04:45 PM
11-06-2008 06:09 AM
<!– Body / Bodies –>
<xs:element name="body" minOccurs="1" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<!– Body Text –>
<xs:element name="text" type="xs:string" minOccurs="0">
<xs:annotation><xs:appinfo><alf:appearance>custom</alf:appearance></xs:appinfo></xs:annotation>
</xs:element>
<!– Inline Media - Images, Videos –>
<xs:element name="media" minOccurs="0" maxOccurs="3">
<xs:complexType>
<xs:sequence>
<!– Image –>
<xs:element name="image" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="file" type="xs:anyURI" minOccurs="0">
<xs:annotation><xs:appinfo><alf:appearance>folder_restricted_image_picker</alf:appearance></xs:appinfo></xs:annotation>
</xs:element>
<xs:element name="alt_text" type="xs:normalizedString" minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<!– Video –>
<xs:element name="video" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="file" type="xs:anyURI" minOccurs="0">
<xs:annotation><xs:appinfo><alf:appearance>folder_restricted_video_picker</alf:appearance></xs:appinfo></xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<!– Caption and mandatory copyright –>
<xs:element name="caption" type="xs:normalizedString" minOccurs="0"/>
<xs:element name="copyright" type="xs:normalizedString" minOccurs="1"/>
<xs:element name="align" type="art:align" minOccurs="0"> <xs:annotation><xs:appinfo><alf:appearance>compact</alf:appearance></xs:appinfo></xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<!– Inline Quote block –>
<xs:element name="quote" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:sequence>
<xs:element name="text" minOccurs="0">
<xs:annotation><xs:appinfo><alf:appearance>small</alf:appearance></xs:appinfo></xs:annotation>
<xs:simpleType><xs:restriction base="xs:string"><xs:maxLength value="150"/></xs:restriction></xs:simpleType>
</xs:element>
<xs:element name="credit" type="xs:normalizedString" minOccurs="0"/>
<xs:element name="info" type="xs:normalizedString" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
11-24-2008 08:03 PM
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.