complexType RepairPlan
diagram
namespace http://www.IM-Draft-03-00-44a
children description actions contact furtherData whenStart whenEnd
used by
element ClearOrRepairPlan/repairPlan
source <xs:complexType name="RepairPlan">
 
<xs:sequence>
   
<xs:element name="description" minOccurs="0">
     
<xs:simpleType>
       
<xs:restriction base="xs:string">
         
<xs:minLength value="1"/>
         
<xs:maxLength value="3000"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<!-- was: TMDD.Event-ResponsePlanText -->
   
<xs:element name="actions" type="CleanUpItems" minOccurs="0"/>
   
<!-- a list actions to be performed -->
   
<xs:element name="contact" type="FreeText" minOccurs="0"/>
   
<!-- whom to contact with questions
         use the new &quot;person&quot; DF here? --
>
   
<xs:element name="furtherData" type="URL-Link" minOccurs="0"/>
   
<!-- a pointer to any further data -->
   
<xs:element name="whenStart" type="atis:DateTimePair" minOccurs="0"/>
   
<xs:element name="whenEnd" type="atis:DateTimePair" minOccurs="0"/>
   
<!-- an estimated start and stop time for the work -->
 
</xs:sequence>
</xs:complexType>

element RepairPlan/description
diagram
type restriction of xs:string
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 3000
source <xs:element name="description" minOccurs="0">
 
<xs:simpleType>
   
<xs:restriction base="xs:string">
     
<xs:minLength value="1"/>
     
<xs:maxLength value="3000"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element RepairPlan/actions
diagram
type CleanUpItems
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="actions" type="CleanUpItems" minOccurs="0"/>

element RepairPlan/contact
diagram
type FreeText
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 500
source <xs:element name="contact" type="FreeText" minOccurs="0"/>

element RepairPlan/furtherData
diagram
type URL-Link
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 100
source <xs:element name="furtherData" type="URL-Link" minOccurs="0"/>

element RepairPlan/whenStart
diagram
type atis:DateTimePair
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="whenStart" type="atis:DateTimePair" minOccurs="0"/>

element RepairPlan/whenEnd
diagram
type atis:DateTimePair
properties
isRef 0
minOcc 0
maxOcc 1
content simple
source <xs:element name="whenEnd" type="atis:DateTimePair" minOccurs="0"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy