source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.Doc/Help/Schemas/structureMedia.xsd@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 1.5 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<schema xmlns="http://www.w3.org/2001/XMLSchema"
3 xmlns:maml="http://ddue.schemas.microsoft.com/authoring/2003/5"
4 xmlns:doc="http://ddue.schemas.microsoft.com/authoring/internal"
5 targetNamespace="http://ddue.schemas.microsoft.com/authoring/2003/5"
6 elementFormDefault="qualified"
7 attributeFormDefault="unqualified"
8 >
9
10 <!-- schema abstract -->
11 <annotation>
12 <documentation>
13 This schema document provides the block media elements for the content framework schema.
14 This schema is part of the base layer.
15 </documentation>
16 </annotation>
17 <!-- include and import declarations -->
18 <include schemaLocation="base.xsd"/>
19
20 <!-- element declarations -->
21 <element name="mediaLink" type="maml:mediaLinkType">
22 <annotation>
23 <documentation>The media element represents media objects of any type. It is intended as a placeholder for images, audio and video.
24 The rendering program will be responsible to render the referenced object in a reasonable manner.</documentation>
25 <appinfo>
26 <doc:localizable>n/a</doc:localizable>
27 <doc:type>structure</doc:type>
28 </appinfo>
29 </annotation>
30 </element>
31
32 <!-- group definitions -->
33 <group name="structureMediaGroup">
34 <annotation>
35 <documentation>This group is intended to be used for referencing all block media elements.</documentation>
36 </annotation>
37 <choice>
38 <element ref="maml:mediaLink"/>
39 </choice>
40 </group>
41</schema>
Note: See TracBrowser for help on using the repository browser.