Schema pret.xsd


schema location:  http://myurc.org/ns/pret
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://myurc.org/ns/pret
 
Elements  Groups  Complex types  Simple types 
pret  interactorGroup  groupType  cohesionType 
inputType 
interactorBaseType 
modalDialogType 
outputType 
pretType 
rangeType 
secretType 
select1Type 
selectType 
textareaType 
triggerType 


schema location:  http://dublincore.org/schemas/xmls/qdc/2006/01/06/dc.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://purl.org/dc/elements/1.1/
 
Elements  Groups  Complex types 
any  elementsGroup  elementContainer 
contributor  SimpleLiteral 
coverage 
creator 
date 
description 
format 
identifier 
language 
publisher 
relation 
rights 
source 
subject 
title 
type 


schema location:  http://dublincore.org/schemas/xmls/qdc/2006/01/06/dcterms.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://purl.org/dc/terms/
 
Elements  Groups  Complex types 
abstract  elementsAndRefinementsGroup  Box 
accessRights  DCMIType 
accrualMethod  DDC 
accrualPeriodicity  elementOrRefinementContainer 
accrualPolicy  IMT 
alternative  ISO3166 
audience  ISO639-2 
available  LCC 
bibliographicCitation  LCSH 
conformsTo  MESH 
created  Period 
dateAccepted  Point 
dateCopyrighted  RFC1766 
dateSubmitted  RFC3066 
educationLevel  TGN 
extent  UDC 
hasFormat  URI 
hasPart  W3CDTF 
hasVersion 
instructionalMethod 
isFormatOf 
isPartOf 
isReferencedBy 
isReplacedBy 
isRequiredBy 
issued 
isVersionOf 
license 
mediator 
medium 
modified 
provenance 
references 
replaces 
requires 
rightsHolder 
spatial 
tableOfContents 
temporal 
valid 


schema location:  altova://ystream/xml.xsd
attribute form default: 
element form default: 
targetNamespace:  http://www.w3.org/XML/1998/namespace
 
Attributes  Attr. groups 
base  specialAttrs 
id 
lang 
space 


schema location:  http://dublincore.org/schemas/xmls/qdc/2006/01/06/dcmitype.xsd
attribute form default:  unqualified
element form default:  qualified
targetNamespace:  http://purl.org/dc/dcmitype/
 
Simple types 
DCMIType 


element pret
diagram
namespace http://myurc.org/ns/pret
type pret:pretType
properties
content complex
children pret:group pret:input pret:secret pret:textarea pret:select1 pret:select pret:range pret:trigger pret:output pret:modalDialog
attributes
Name  Type  Use  Default  Fixed  Annotation
namexsd:anyURIrequired      
documentation
Globally unique name (URI) of Presentation Template.
idxsd:IDrequired      
cohesionpret:cohesionTypeoptional  normal    
documentation
Specifies the level of cohesion of its direct subelements ("weak", "normal", "strong").
annotation
documentation
Root element of a Presentation Template.
source <xsd:element name="pret" type="pret:pretType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Root element of a Presentation Template.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

group interactorGroup
diagram
namespace http://myurc.org/ns/pret
children pret:input pret:secret pret:textarea pret:select1 pret:select pret:range pret:trigger pret:output
used by
complexTypes groupType modalDialogType pretType
source <xsd:group name="interactorGroup">
 
<xsd:choice>
   
<xsd:element name="input" type="pret:inputType">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Interactor: Enables free-form data entry. Binding restrictions apply.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="secret" type="pret:secretType">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Interactor: For entering information that is considered sensitive and not echoed to the user as it is being entered, e.g. password entry. Binding restrictions apply.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="textarea" type="pret:textareaType">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Interactor:  Enables free-form data entry in a multiline format. Binding restrictions apply.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="select1" type="pret:select1Type">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Interactor: Allows the user to make a single selection from a set of choices. Binding restrictions apply.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="select" type="pret:selectType">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Interactor: Allows the user to make multiple selections from a set of choices. Binding restrictions apply.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="range" type="pret:rangeType">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Interactor: Allows selection from a sequential range of values. Binding restrictions apply.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="trigger" type="pret:triggerType">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Interactor: Triggers an action. Binds to a command.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
   
<xsd:element name="output" type="pret:outputType">
     
<xsd:annotation>
       
<xsd:documentation xml:lang="en">Interactor: Displays a value that cannot be edited by the user. Binding restrictions apply.</xsd:documentation>
     
</xsd:annotation>
   
</xsd:element>
 
</xsd:choice>
</xsd:group>

element interactorGroup/input
diagram
namespace http://myurc.org/ns/pret
type pret:inputType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
idxsd:IDrequired      
refxsd:anyURIrequired      
documentation
Specifies socket element that the Interactor is bound to.
navindexxsd:nonNegativeIntegeroptional      
documentation
Specific position in a navigation sequence.
incrementalxsd:booleanoptional  false    
documentation
Specifies whether any user-triggered change in the value of the Interactor shall be propagated immediately to the Socket element the Interactor is bound to.
annotation
documentation
Interactor: Enables free-form data entry. Binding restrictions apply.
source <xsd:element name="input" type="pret:inputType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Interactor: Enables free-form data entry. Binding restrictions apply.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element interactorGroup/secret
diagram
namespace http://myurc.org/ns/pret
type pret:secretType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
idxsd:IDrequired      
refxsd:anyURIrequired      
documentation
Specifies socket element that the Interactor is bound to.
navindexxsd:nonNegativeIntegeroptional      
documentation
Specific position in a navigation sequence.
incrementalxsd:booleanoptional  false    
documentation
Specifies whether any user-triggered change in the value of the Interactor shall be propagated immediately to the Socket element the Interactor is bound to.
annotation
documentation
Interactor: For entering information that is considered sensitive and not echoed to the user as it is being entered, e.g. password entry. Binding restrictions apply.
source <xsd:element name="secret" type="pret:secretType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Interactor: For entering information that is considered sensitive and not echoed to the user as it is being entered, e.g. password entry. Binding restrictions apply.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element interactorGroup/textarea
diagram
namespace http://myurc.org/ns/pret
type pret:textareaType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
idxsd:IDrequired      
refxsd:anyURIrequired      
documentation
Specifies socket element that the Interactor is bound to.
navindexxsd:nonNegativeIntegeroptional      
documentation
Specific position in a navigation sequence.
incrementalxsd:booleanoptional  false    
documentation
Specifies whether any user-triggered change in the value of the Interactor shall be propagated immediately to the Socket element the Interactor is bound to.
annotation
documentation
Interactor:  Enables free-form data entry in a multiline format. Binding restrictions apply.
source <xsd:element name="textarea" type="pret:textareaType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Interactor:  Enables free-form data entry in a multiline format. Binding restrictions apply.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element interactorGroup/select1
diagram
namespace http://myurc.org/ns/pret
type pret:select1Type
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
idxsd:IDrequired      
refxsd:anyURIrequired      
documentation
Specifies socket element that the Interactor is bound to.
navindexxsd:nonNegativeIntegeroptional      
documentation
Specific position in a navigation sequence.
incrementalxsd:booleanoptional  true    
documentation
Specifies whether any user-triggered change in the value of the Interactor shall be propagated immediately to the Socket element the Interactor is bound to.
annotation
documentation
Interactor: Allows the user to make a single selection from a set of choices. Binding restrictions apply.
source <xsd:element name="select1" type="pret:select1Type">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Interactor: Allows the user to make a single selection from a set of choices. Binding restrictions apply.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element interactorGroup/select
diagram
namespace http://myurc.org/ns/pret
type pret:selectType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
idxsd:IDrequired      
refxsd:anyURIrequired      
documentation
Specifies socket element that the Interactor is bound to.
navindexxsd:nonNegativeIntegeroptional      
documentation
Specific position in a navigation sequence.
incrementalxsd:booleanoptional  true    
documentation
Specifies whether any user-triggered change in the value of the Interactor shall be propagated immediately to the Socket element the Interactor is bound to.
annotation
documentation
Interactor: Allows the user to make multiple selections from a set of choices. Binding restrictions apply.
source <xsd:element name="select" type="pret:selectType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Interactor: Allows the user to make multiple selections from a set of choices. Binding restrictions apply.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element interactorGroup/range
diagram
namespace http://myurc.org/ns/pret
type pret:rangeType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
idxsd:IDrequired      
refxsd:anyURIrequired      
documentation
Specifies socket element that the Interactor is bound to.
navindexxsd:nonNegativeIntegeroptional      
documentation
Specific position in a navigation sequence.
incrementalxsd:booleanoptional  true    
documentation
Specifies whether any user-triggered change in the value of the Interactor shall be propagated immediately to the Socket element the Interactor is bound to.
annotation
documentation
Interactor: Allows selection from a sequential range of values. Binding restrictions apply.
source <xsd:element name="range" type="pret:rangeType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Interactor: Allows selection from a sequential range of values. Binding restrictions apply.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element interactorGroup/trigger
diagram
namespace http://myurc.org/ns/pret
type pret:triggerType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
idxsd:IDrequired      
refxsd:anyURIrequired      
documentation
Specifies socket element that the Interactor is bound to.
navindexxsd:nonNegativeIntegeroptional      
documentation
Specific position in a navigation sequence.
annotation
documentation
Interactor: Triggers an action. Binds to a command.
source <xsd:element name="trigger" type="pret:triggerType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Interactor: Triggers an action. Binds to a command.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

element interactorGroup/output
diagram
namespace http://myurc.org/ns/pret
type pret:outputType
properties
isRef 0
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
idxsd:IDrequired      
refxsd:anyURIrequired      
documentation
Specifies socket element that the Interactor is bound to.
navindexxsd:nonNegativeIntegeroptional      
documentation
Specific position in a navigation sequence.
annotation
documentation
Interactor: Displays a value that cannot be edited by the user. Binding restrictions apply.
source <xsd:element name="output" type="pret:outputType">
 
<xsd:annotation>
   
<xsd:documentation xml:lang="en">Interactor: Displays a value that cannot be edited by the user. Binding restrictions apply.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

complexType groupType
diagram