source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.GeneratedDocumentation/Help/Schemas/structureList.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: 2.7 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 documentation -->
11 <annotation>
12 <documentation>
13 This schema definition defines common structure types for the CS Schema.
14 This schema is part of the base layer.
15 </documentation>
16 </annotation>
17
18 <!-- include and import declarations -->
19 <include schemaLocation="base.xsd"/>
20
21 <complexType name="listType" mixed="false">
22 <choice minOccurs="1" maxOccurs="unbounded">
23 <element ref="maml:listItem"/>
24 <element name="conditionalSection">
25 <complexType>
26 <sequence>
27 <element ref="maml:conditions"/>
28 <element name="conditionalContent" type="maml:listType"/>
29 </sequence>
30 </complexType>
31 </element>
32 </choice>
33 <attributeGroup ref="maml:contentIdentificationSharingAndConditionGroup"/>
34 <attribute name="class" use="required">
35 <annotation>
36 <documentation>
37 The class attribute describes the type of list.
38 </documentation>
39 </annotation>
40 <simpleType>
41 <restriction base="string">
42 <enumeration value="bullet"/>
43 <enumeration value="nobullet"/>
44 <enumeration value="ordered"/>
45 </restriction>
46 </simpleType>
47 </attribute>
48 </complexType>
49
50 <!-- element declarations -->
51 <element name="list" type="maml:listType">
52 <annotation>
53 <documentation>
54 The list element describes content that should be displayed as a list.
55 </documentation>
56 <appinfo>
57 <doc:localizable>n/a</doc:localizable>
58 <doc:type>structure</doc:type>
59 </appinfo>
60 </annotation>
61 </element>
62
63 <element name="listItem" type="maml:sectionContentType">
64 <annotation>
65 <documentation>
66 The listItem element describes an item within a list. The
67 content of the listItem element will be treated as a unit.
68 </documentation>
69 <appinfo>
70 <doc:localizable>n/a</doc:localizable>
71 <doc:type>structure</doc:type>
72 </appinfo>
73 </annotation>
74 </element>
75
76 <!-- group declarations -->
77 <group name="structureListGroup">
78 <annotation>
79 <documentation>
80 This group describes the common lists that can be used to describe
81 list data.
82 </documentation>
83 </annotation>
84 <choice>
85 <element ref="maml:list"/>
86 </choice>
87 </group>
88
89</schema>
Note: See TracBrowser for help on using the repository browser.