QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
scriptCode | restriction of xs:string | required | |||||
xml:id | xs:ID | optional |
|
||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Elements | languageDeclaration, languageUsed |
<xs:element name="script"> <xs:complexType mixed="true"> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> <xs:attributeGroup ref="a.scriptCode"/> </xs:complexType> </xs:element> |
< languageDeclaration xmlns = "urn:isbn:1-931666-33-4" > |
deutsch |
</ language> |
Latin Alphabet |
</ script> |