Namespace: |
|
Content: |
complex, 2 attributes, 2 elements |
Defined: |
globally in problem.xsd, see XML source |
Includes: |
definitions of 2 attributes and 2 elements |
Used: |
at 1 location |
XML Representation Summary |
|||||
<... |
|||||
language | = |
xs:string |
|||
transcription | = |
("unspecified" | "unified" | "local") : "unspecified" |
|||
> |
|||||
|
|||||
</...> |
<xs:complexType name="personname_type"> <xs:sequence> </xs:element> </xs:element> </xs:sequence> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unspecified"/> <xs:enumeration value="unified"/> <xs:enumeration value="local"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:attribute> </xs:complexType> |
local
. In that
case, the value of the language attribute
identifies
the language according to whose rules the name is
transcribed.Type: |
xs:string |
Use: |
optional |
Defined: |
<xs:attribute name="language" type="xs:string" use="optional"> </xs:attribute> |
unspecified
(default): no
information about
unified
: the name is given in
Latin letters; if the name is orginally written in
another alphabet,
scientific transliteration
was used to convert the characters to the (extended)
Latin alphabet
local
: the name was transcribed
according to rules typical for a certain language; the
language attribute
identifies
identifies that language.
unified
form:
<authorName transcription="unified">
<familyname>Büsing</familyname>
<givennames>Günter</givennames>
</authorName>
unified
form:
<authorName transcription="unified">
<familyname>Šķūze</familyname>
<givennames>Jānis</givennames>
</authorName>
<authorName language="ru" transcription="local">
<familyname>Чепижный</familyname>
<givennames>Виктор Иванович</givennames>
</authorName>
unified
form:
<authorName transcription="unified">
<familyname>Čepižny</familyname>
<givennames>Viktor</givennames>
</authorName>
<authorName language="de" transcription="local">
<familyname>Tschepischnij</familyname>
<givennames>Wiktor</givennames>
</authorName>
<authorName language="lv" transcription="local">
<familyname>Mēders</familyname>
<givennames>Tomass</givennames>
</authorName>
Type: |
|
Use: |
optional |
Default: |
"unspecified" |
Defined: |
<xs:attribute default="unspecified" name="transcription"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="unspecified"/> <xs:enumeration value="unified"/> <xs:enumeration value="local"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
Derivation: |
restriction of xs:string |
|||
Facets: |
|
Type: |
xs:string, simple content |
Defined: |
<xs:element ref="familyname"> </xs:element> |
Type: |
xs:string, simple content |
Defined: |
<xs:element minOccurs="0" ref="givennames"> </xs:element> |
XML Schema documentation generated with DocFlex/XML (Kit) v1.6.6 DocFlex/XML (Kit) is a freeware edition of DocFlex/XML, which is a powerful template-driven documentation and report generator from any data stored in XML files. Based on an innovative technology developed by FILIGRIS WORKS, this new tool offers virtuoso data querying and formatting capabilities not found in anything else! Need to convert your XML data into a clear nice-looking documentation or reports? Web-ready hypertext HTML or printable MS Word / OpenOffice.org friendly RTF? DocFlex/XML may be a cheap, quick and effective solution exactly for this task! Have questions? Not sure how to use it? Just send us e-mail to contact@filigris.com and we are always happy to help you! See also our services at www.filigris.com |