complexType SignLanguageType
diagram gluon3_1_p1206.png
namespace urn:tva:metadata:2005
type extension of xs:language
properties
base language
used by
elements BasicContentDescriptionType/SignLanguage InstanceDescriptionType/SignLanguage
attributes
Name  Type  Use  Default  Fixed  Annotation
primary  xs:boolean  optional      
translation  xs:boolean  optional      
type  xs:string  optional      
source <xs:complexType name="SignLanguageType">
 
<xs:simpleContent>
   
<xs:extension base="language">
     
<xs:attribute name="primary" type="boolean" use="optional"/>
     
<xs:attribute name="translation" type="boolean" use="optional"/>
     
<xs:attribute name="type" type="string" use="optional"/>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute SignLanguageType/@primary
type xs:boolean
properties
use optional
source <xs:attribute name="primary" type="boolean" use="optional"/>

attribute SignLanguageType/@translation
type xs:boolean
properties
use optional
source <xs:attribute name="translation" type="boolean" use="optional"/>

attribute SignLanguageType/@type
type xs:string
properties
use optional
source <xs:attribute name="type" type="string" use="optional"/>


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