complexType LanguageStringType
diagram plmxml_diagrams/plmxml_p1803.png
namespace http://www.plmxml.org/Schemas/PLMXMLClassificationSchema
type extension of xsd:string
properties
base xsd:string
used by
element AbstractClassType/LibraryType
complexTypes AnnotationType CommentType DescriptionType NameType ShortNameType UserDataType ValueType
attributes
Name  Type  Use  Default  Fixed  Annotation
language  xsd:language  optional      
isMaster  xsd:boolean    false    
annotation
documentation

      This is the base type for all Types which are used for String values which
      might appear in different Languages.

      Attributes:

      isMaster:         Whether the language is the master language.
     
source <xsd:complexType name="LanguageStringType">
 
<xsd:annotation>
   
<xsd:documentation>
      This is the base type for all Types which are used for String values which
      might appear in different Languages.

      Attributes:

      isMaster:         Whether the language is the master language.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:simpleContent>
   
<xsd:extension base="xsd:string">
     
<xsd:attribute name="language" type="xsd:language" use="optional"/>
     
<xsd:attribute name="isMaster" type="xsd:boolean" default="false"/>
   
</xsd:extension>
 
</xsd:simpleContent>
</xsd:complexType>

attribute LanguageStringType/@language
type xsd:language
properties
use optional
source <xsd:attribute name="language" type="xsd:language" use="optional"/>

attribute LanguageStringType/@isMaster
type xsd:boolean
properties
default false
source <xsd:attribute name="isMaster" type="xsd:boolean" default="false"/>


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