complexType AdminViewType
diagram plmxml_diagrams/plmxml_p1746.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute cl:Name cl:ShortName cl:UserData1 cl:UserData2 cl:Description cl:Comment cl:File cl:GeneralOption cl:AdminViewAttribute
used by
element AdminView
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
classId  cl:ICSIdType  required      
viewId  cl:ICSIdType  required      
ref2classRef  xsd:IDREF  optional      
type  derived by: xsd:string  optional      
creationDate  xsd:date  optional      
creationUser  xsd:string  optional      
modifiedDate  xsd:date  optional      
modifiedUser  xsd:string  optional      
annotation
documentation

      The view definition is related to a class. It allows configuration of the appearance
      of a class for certain users and/or groups.
     
      Attributes:
     
      classId:        the id of the class the blongs to
      viewId:         the id of the view (unique within the class)
      ref2classRef:   the reference to the class
      type:           the type of the view (e.g defaultView,user or group )
      HistoryAttributes
     
      Elements:
     
      Name:           Display name of the view
      ShortName:      A short display name
      UserData1:      User specific data
      UserData2:      User specific data
      Description:    A description of the view tat might be shown to the user
      Comment:        A comment field for the maintainer of the view.
      File:           Special values for format are Image, Icon and Template
      GeneralOption:  General Options for the view definition.
      AdminViewAttribute:  The attributes of the view       
     
source <xsd:complexType name="AdminViewType">
 
<xsd:annotation>
   
<xsd:documentation>
      The view definition is related to a class. It allows configuration of the appearance
      of a class for certain users and/or groups.
     
      Attributes:
     
      classId:        the id of the class the blongs to
      viewId:         the id of the view (unique within the class)
      ref2classRef:   the reference to the class
      type:           the type of the view (e.g defaultView,user or group )
      HistoryAttributes
     
      Elements:
     
      Name:           Display name of the view
      ShortName:      A short display name
      UserData1:      User specific data
      UserData2:      User specific data
      Description:    A description of the view tat might be shown to the user
      Comment:        A comment field for the maintainer of the view.
      File:           Special values for format are Image, Icon and Template
      GeneralOption:  General Options for the view definition.
      AdminViewAttribute:  The attributes of the view       
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:element name="Name" type="cl:NameType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="ShortName" type="cl:ShortNameType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="UserData1" type="cl:UserDataType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="UserData2" type="cl:UserDataType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="Description" type="cl:DescriptionType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="Comment" type="cl:CommentType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="File" type="cl:FileType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element name="GeneralOption" type="cl:GeneralOptionType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element ref="cl:AdminViewAttribute" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="classId" type="cl:ICSIdType" use="required"/>
     
<xsd:attribute name="viewId" type="cl:ICSIdType" use="required"/>
     
<xsd:attribute name="ref2classRef" type="xsd:IDREF" use="optional" plm:refType="cl:AbstractClass"/>
     
<xsd:attribute name="type" use="optional">
       
<xsd:simpleType>
         
<xsd:restriction base="xsd:string">
           
<xsd:enumeration value="default"/>
           
<xsd:enumeration value="user"/>
           
<xsd:enumeration value="group"/>
           
<xsd:enumeration value="subclass"/>
         
</xsd:restriction>
       
</xsd:simpleType>
     
</xsd:attribute>
     
<xsd:attributeGroup ref="cl:HistoryAttributes"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute AdminViewType/@classId
type cl:ICSIdType
properties
use required
source <xsd:attribute name="classId" type="cl:ICSIdType" use="required"/>

attribute AdminViewType/@viewId
type cl:ICSIdType
properties
use required
source <xsd:attribute name="viewId" type="cl:ICSIdType" use="required"/>

attribute AdminViewType/@ref2classRef
type xsd:IDREF
properties
use optional
source <xsd:attribute name="ref2classRef" type="xsd:IDREF" use="optional" plm:refType="cl:AbstractClass"/>

attribute AdminViewType/@type
type restriction of xsd:string
properties
use optional
facets
Kind Value Annotation
enumeration default
enumeration user
enumeration group
enumeration subclass
source <xsd:attribute name="type" use="optional">
 
<xsd:simpleType>
   
<xsd:restriction base="xsd:string">
     
<xsd:enumeration value="default"/>
     
<xsd:enumeration value="user"/>
     
<xsd:enumeration value="group"/>
     
<xsd:enumeration value="subclass"/>
   
</xsd:restriction>
 
</xsd:simpleType>
</xsd:attribute>

element AdminViewType/Name
diagram plmxml_diagrams/plmxml_p1747.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type cl:NameType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xsd:language  optional      
isMaster  xsd:boolean    false    
source <xsd:element name="Name" type="cl:NameType" minOccurs="0" maxOccurs="unbounded"/>

element AdminViewType/ShortName
diagram plmxml_diagrams/plmxml_p1748.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type cl:ShortNameType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xsd:language  optional      
isMaster  xsd:boolean    false    
source <xsd:element name="ShortName" type="cl:ShortNameType" minOccurs="0" maxOccurs="unbounded"/>

element AdminViewType/UserData1
diagram plmxml_diagrams/plmxml_p1749.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type cl:UserDataType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xsd:language  optional      
isMaster  xsd:boolean    false    
source <xsd:element name="UserData1" type="cl:UserDataType" minOccurs="0" maxOccurs="unbounded"/>

element AdminViewType/UserData2
diagram plmxml_diagrams/plmxml_p1750.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type cl:UserDataType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xsd:language  optional      
isMaster  xsd:boolean    false    
source <xsd:element name="UserData2" type="cl:UserDataType" minOccurs="0" maxOccurs="unbounded"/>

element AdminViewType/Description
diagram plmxml_diagrams/plmxml_p1751.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type cl:DescriptionType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xsd:language  optional      
isMaster  xsd:boolean    false    
source <xsd:element name="Description" type="cl:DescriptionType" minOccurs="0" maxOccurs="unbounded"/>

element AdminViewType/Comment
diagram plmxml_diagrams/plmxml_p1752.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type cl:CommentType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xsd:language  optional      
isMaster  xsd:boolean    false    
source <xsd:element name="Comment" type="cl:CommentType" minOccurs="0" maxOccurs="unbounded"/>

element AdminViewType/File
diagram plmxml_diagrams/plmxml_p1753.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type cl:FileType
properties
minOcc 0
maxOcc unbounded
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
accessRefs  plm:uriReferenceListType  optional      
statusRef  plm:anyURIType  optional      
checkoutRefs  plm:uriReferenceListType  optional      
subType  xsd:string  optional      
effectivityRefs  plm:uriReferenceListType  optional      
releaseStatusRefs  plm:uriReferenceListType  optional      
locationRef  plm:anyURIType  required      
format  xsd:string  required      
usage  xsd:string  required      
language  xsd:language  optional      
source <xsd:element name="File" type="cl:FileType" minOccurs="0" maxOccurs="unbounded"/>

element AdminViewType/GeneralOption
diagram plmxml_diagrams/plmxml_p1754.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type cl:GeneralOptionType
properties
minOcc 0
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
optionType  xsd:string  optional      
name  xsd:string  required      
language  xsd:language  optional      
value  xsd:string  optional      
source <xsd:element name="GeneralOption" type="cl:GeneralOptionType" minOccurs="0" maxOccurs="unbounded"/>


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