Deck 14: Working With Advanced Schemas

Full screen (f)
exit full mode
Question
If a namespace prefix is declared more than once, only the last instance is used in the style sheet._________________________
Use Space or
up arrow
down arrow
to flip the card.
Question
Browsers are looking for qualified element names in your instance document, but your schema is configured to expect unqualified names.
Question
Not all browsers support the use of the @namespace rule._________________________
Question
After a schema is imported into another schema file, any objects it contains with global
scope can be referenced in that file._________________________
Question
Because an attribute is automatically associated with the namespace of its element,
you rarely need to unqualify an attribute name._________________________
Question
Objects with global scope are direct children of the root schema element and can
be referenced throughout the schema document._________________________
Question
The scope of a namespace declaration declaring a(n)suffix extends from the beginning of the opening tag to the end of the corresponding closing tag._________________________
Question
A(n)Russian Doll design has only one global element with everything else nested inside
of it.___________________________________
Question
When the specifications for XML 1.0 were first posted, support existed for namespaces.
Question
A Russian Doll design represents a compromise between Flat Catalogs and Venetian Blinds.
Question
Any customized data types, named types, elements, element groups, or attributes created
in the schema are considered part of the target namespace.
Question
In the Venetian Blind schema design if a namespace is attached to the schema, only the root element needs to be qualified in the instance document.
Question
A schema can contain any number of include and import elements.
Question
A(n)namespace is a defined collection of element and attribute names.________________________
Question
A Venetian Blind design represents a compromise between Flat Catalogs and Russian Dolls._________________________
Question
The root element of the instance document becomes the top element declaration in the schema.
Question
Default namespaces apply to elements, but not to attributes.
Question
An unqualified name is an element name consisting the namespace prefix and the local part.
Question
One benefit of XML vocabularies is the ability to use simple element names to describe data.
Question
A(n)standard document is a document that combines elements from multiple vocabularies._________________________
Question
In a(n)_______ document containing elements from more than one namespace, after you
Declare the namespaces, you must indicate which elements in the document belong to
Each namespace.

A) timely
B) instance
C) initial
D) compound
Question
The general form for applying a qualified name to a two-sided tag is ... where prefix is the namespace prefix and element is the _______ part.

A) global
B) local
C) parent
D) child
Question
Applying a namespace to an XML document involves identifying the elements and attributes within the document that belongs to that namespace and _______.

A) declaring the namespace
B) defining the namespace
C) referencing the namespace
D) applying the namespace
Question
The XML Schema group element is used to assign a name to a list of references to elements or attributes, and then the named group is referenced elsewhere using the _______ attribute.

A) ref
B) type
C) name
D) base
Question
The duplication of these element names is an example of name _______, which occurs
When the same element name from different XML vocabularies is used within a compound
Document.

A) crash
B) course
C) collision
D) intersection
Question
A(n)____ design has only one global element with everything else nested inside of it.

A) Venetian Blind
B) Flat Catalog
C) Russian Doll
D) Aggregated
Question
The number of namespace attributes that can be declared within an element is _______.

A) two
B) four
C) six
D) unlimited
Question
If you are interested in a compact schema that mirrors the structure of the instance document, you should use a ______ design.

A) Venetian
B) Russian Doll
C) Flat Catalog
D) Complex Catalog
Question
In the accompanying figure, an example of an element from the students vocabulary is _______.

A) firstName
B) student
C) instructor
D) name
Question
In the accompanying figure, name is an element from the _______ vocabulary.

A) students
B) instructor
C) course
D) description
Question
In the accompanying figure, the element added as a child element of the course element, occurring after the instructor element, is ________.

A) name
B) instructor
C) students
D) description
Question
The _____ schema design element declarations are not nested.

A) Russian Doll
B) Venetian Blind
C) Flat Catalog
D) Garden of Eden
Question
Declarations with ____ scope are available only to a given complex type.

A) local
B) global
C) minor
D) limited
Question
In a(n)____ design, all declarations are made globally.

A) Russian Doll
B) Venetian Blind
C) Flat Catalog
D) Aggregated
Question
If you choose to use a vocabulary's namespace as the default namespace for a schema, you do not have to qualify any references to customized objects in the ____ namespace.

A) catalog
B) EBNF
C) limited
D) target
Question
The schema design that requires more code than either of the designs combined is _______.

A) Russian Doll
B) Garden of Eden
C) Venetian Blind
D) Flat Category
Question
Declarations with ____ scope can be referenced throughout the schema file.

A) global
B) local
C) wide
D) full
Question
A _______ document is a document that combines from multiple vocabularies.

A) simple
B) compound
C) combined
D) complex
Question
In the Venetian Blind schema design, named complex types, element groups, and attribute groups can be ______ throughout the schema.

A) reused
B) local
C) nested
D) global
Question
A(n)____ design does not declare elements and attributes globally, but instead creates named types and references those types within a single global element.

A) Russian Doll
B) Aggregated
C) Venetian Blind
D) Flat Catalog
Question
To associate the _______ of a schema with a namespace, you declare the namespace of the
Instance document in the schema element and then make that namespace the target of the
Schema using the targetNamespace attribute.

A) steps
B) rules
C) guidelines
D) procedures
Question
Each include & import element in a schema must be globally declared as a direct child of the ____ schema element.

A) host
B) root
C) base
D) tree
Question
In the accompanying figure, item _______ represents the XML schema namespace attribute.

A) 1
B) 2
C) 3
D) 4
Question
The _____ schema design element declarations can only be used once.

A) Russian Doll
B) Venetian Blind
C) Flat Catalog
D) Garden of Eden
Question
Like an element name, an attribute can be qualified by adding a namespace _______.

A) suffix
B) prefix
C) tag
D) extension
Question
If the namespace prefix is omitted, the URI in the _______ rule is considered to be the default namespace for the selectors in the style sheet.

A) @namespace
B) @import
C) @charset
D) @insert
Question
In an environment in which large and complex XML vocabularies are developed, different teams might work on different parts of the schema, using the _____ element to combine the different parts into a finished product.

A) include
B) import
C) export
D) combine
Question
In the accompanying figure, item _______ represents the students element and contents copied from the student.xml document.

A) 1
B) 2
C) 3
D) 4
Question
To combine schemas is through _______ when the schemas come from different namespaces.

A) include
B) import
C) export
D) combine
Question
To _____ an object from an imported schema, you must declare the namespace of the imported schema in the schema element.

A) reference
B) use
C) define
D) apply
Question
The _____ schema design contains one single global element; all others declarations are local.

A) Russian Doll
B) Venetian Blind
C) Flat Catalog
D) Garden of Eden
Question
The following code declares a namespace with the URI _______ within the course element and applies the schema file course.xsd to the document:
Xmlns= "http://example.com/higheredtestprep/course/ns "
Xsi:schemaLocation= "http://example.com/higheredtestprep/
Course/ns course.xsd ">


A) http://example.com/edtestprep/course/ns
B) http://example.com/higheredtestprep/course/ns
C) http://example.com/higheredtestprep/course/xsd
D) http://example.com/higheredtestprep
Question
The building blocks of any schema are the XML elements that define the structure; these are known collectively as _______.

A) characters
B) objects
C) variables
D) elements
Question
The standard vocabulary _______ has namespace URI, http://www.itunes.com/dtds/podcast-1.0.dtd.

A) CML
B) ITunes Podcast
C) XHTML
D) Xforms
Question
The standard vocabulary ____ has a namespace URI http://www.w3.org/2001/vxml.

A) CML
B) MathML
C) VoiceML
D) XForms
Question
In the accompanying figure, the prefix ____ is added to opening and closing tags for all elements in the students namespace.

A) crs
B) stu
C) xml
D) xsi
Question
In the accompanying figure, the prefix _______ is added to the opening and closing tags for all elements in the course namespace.

A) stu
B) crs
C) xsi
D) xml
Question
The _______ of a namespace declaration declaring a prefix extends from the beginning of the opening tag to the end of the corresponding closing tag.

A) scope
B) span
C) length
D) distance
Question
To require all elements to be qualified but not all attributes, you enter the following code into the schema element:
ElementFormDefault= "qualified "
AttributeFormDefault= "_______ ">
)..

A) qualified
B) unqualified
C) default
D) null
Question
In the accompanying figure, item ____ represents duplicate attributes deleted from the opening students tag.

A) 1
B) 2
C) 3
D) 4
Question
As an example of a schema code,
<strong>As an example of a schema code,   What is the name of the Flat Catalog schema document? ________</strong> A) studentsfc.xsd B) XMLSchema-instance C) I8900-041 D) PSAT-080-5 <div style=padding-top: 35px>
What is the name of the Flat Catalog schema document? ________

A) studentsfc.xsd
B) XMLSchema-instance
C) I8900-041
D) PSAT-080-5
Question
After a schema is imported into another schema file, any _______ it contains with global scope can be referenced in that file.

A) objects
B) variables
C) content
D) characters
Question
Urma needs to identify the code for references to objects from the XMLSchema namespace that do not require prefix.What line of code represents this? _______

A)
B)
C)
D)
Question
If Betty uses Flat Catalog design, the following is true:

A) all element and attribute definitions have global scope.
B) has only one global element with everything else nested
C) all element and attribute definitions have local scope.
D) has only one local element with everything else nested
Question
In the example code, , a reference to objects from theh students namespace that do not require prefixes is _______.

A) xsi
B) attributeGroup
C) ref
D) studentAtt
Question
In the example code, , a reference to objects from the students namespace that require prefixes is _______.

A) studentAtt
B) ref
C) stu:studentAtt
D) stu
Question
Betty wants to review the Russian Doll design.She understands that there is only one global element with everything else nested inside of it.She also knows that a Russian Doll design is much more compact than a Flat Catalog, but _______

A) multiple levels of nested elements can be confusing
B) it can be more difficult to debug
C) it is easier to debug
D) both a and b need to be considered
Question
A Venetian Blind design represents a(n)_______ between Flat Catalogs and Russian Dolls.
Question
Urma needs to identify the code for references to objects form XMLSchema namespace that require a prefix.What line of code represents this? _______

A)
B)
C)
D)
Question
In XML Schema, any element or attribute with global scope must be entered as
a(n)_______ name.
Question
To _______ multiple style sheets to a compound document, you add a separate processing instruction for each style sheet.

A) import
B) include
C) link
D) combine
Question
If a namespace is attached to the schema, only the root element needs to be _______ in the instance document.
Question
The root element of the _______ document becomes the top element declaration in the schema.
Question
A compound document is a document that combines elements from _______ vocabularies.
Question
The line of code

A) xmnls
B) xsi
C) schema
D) xsi:schema
Question
A Russian Doll design is much more compact than a(n)_______, but the multiple levels of nested elements can be confusing and can make it more difficult to debug.
Question
As an example of a schema code:
<strong>As an example of a schema code:   What is the name of the Russian Doll schema document?_______</strong> A) I8900-041 B) studentsrd.xsd C) studentsfc.xsd D) PSAT-080-5 <div style=padding-top: 35px>
What is the name of the Russian Doll schema document?_______

A) I8900-041
B) studentsrd.xsd
C) studentsfc.xsd
D) PSAT-080-5
Question
The association between the namespace and the _______ declared in an element does not apply to the siblings of that element.
Question
In a Flat Catalog design-sometimes referred to as a(n)_______ design-all element
and attribute definitions have global scope.
Question
In Flat Catalog design, every element and attribute definition is a direct _______ of the root element and thus has been defined globally.

A) parent
B) child
C) sibling
D) root
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 14: Working With Advanced Schemas
1
If a namespace prefix is declared more than once, only the last instance is used in the style sheet._________________________
True
2
Browsers are looking for qualified element names in your instance document, but your schema is configured to expect unqualified names.
True
3
Not all browsers support the use of the @namespace rule._________________________
True
4
After a schema is imported into another schema file, any objects it contains with global
scope can be referenced in that file._________________________
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
5
Because an attribute is automatically associated with the namespace of its element,
you rarely need to unqualify an attribute name._________________________
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
6
Objects with global scope are direct children of the root schema element and can
be referenced throughout the schema document._________________________
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
7
The scope of a namespace declaration declaring a(n)suffix extends from the beginning of the opening tag to the end of the corresponding closing tag._________________________
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
8
A(n)Russian Doll design has only one global element with everything else nested inside
of it.___________________________________
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
9
When the specifications for XML 1.0 were first posted, support existed for namespaces.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
10
A Russian Doll design represents a compromise between Flat Catalogs and Venetian Blinds.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
11
Any customized data types, named types, elements, element groups, or attributes created
in the schema are considered part of the target namespace.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
12
In the Venetian Blind schema design if a namespace is attached to the schema, only the root element needs to be qualified in the instance document.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
13
A schema can contain any number of include and import elements.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
A(n)namespace is a defined collection of element and attribute names.________________________
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
15
A Venetian Blind design represents a compromise between Flat Catalogs and Russian Dolls._________________________
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
16
The root element of the instance document becomes the top element declaration in the schema.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
17
Default namespaces apply to elements, but not to attributes.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
18
An unqualified name is an element name consisting the namespace prefix and the local part.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
19
One benefit of XML vocabularies is the ability to use simple element names to describe data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
20
A(n)standard document is a document that combines elements from multiple vocabularies._________________________
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
21
In a(n)_______ document containing elements from more than one namespace, after you
Declare the namespaces, you must indicate which elements in the document belong to
Each namespace.

A) timely
B) instance
C) initial
D) compound
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
22
The general form for applying a qualified name to a two-sided tag is ... where prefix is the namespace prefix and element is the _______ part.

A) global
B) local
C) parent
D) child
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
23
Applying a namespace to an XML document involves identifying the elements and attributes within the document that belongs to that namespace and _______.

A) declaring the namespace
B) defining the namespace
C) referencing the namespace
D) applying the namespace
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
24
The XML Schema group element is used to assign a name to a list of references to elements or attributes, and then the named group is referenced elsewhere using the _______ attribute.

A) ref
B) type
C) name
D) base
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
25
The duplication of these element names is an example of name _______, which occurs
When the same element name from different XML vocabularies is used within a compound
Document.

A) crash
B) course
C) collision
D) intersection
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
26
A(n)____ design has only one global element with everything else nested inside of it.

A) Venetian Blind
B) Flat Catalog
C) Russian Doll
D) Aggregated
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
27
The number of namespace attributes that can be declared within an element is _______.

A) two
B) four
C) six
D) unlimited
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
If you are interested in a compact schema that mirrors the structure of the instance document, you should use a ______ design.

A) Venetian
B) Russian Doll
C) Flat Catalog
D) Complex Catalog
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
29
In the accompanying figure, an example of an element from the students vocabulary is _______.

A) firstName
B) student
C) instructor
D) name
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
30
In the accompanying figure, name is an element from the _______ vocabulary.

A) students
B) instructor
C) course
D) description
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31
In the accompanying figure, the element added as a child element of the course element, occurring after the instructor element, is ________.

A) name
B) instructor
C) students
D) description
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
32
The _____ schema design element declarations are not nested.

A) Russian Doll
B) Venetian Blind
C) Flat Catalog
D) Garden of Eden
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
Declarations with ____ scope are available only to a given complex type.

A) local
B) global
C) minor
D) limited
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
34
In a(n)____ design, all declarations are made globally.

A) Russian Doll
B) Venetian Blind
C) Flat Catalog
D) Aggregated
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
35
If you choose to use a vocabulary's namespace as the default namespace for a schema, you do not have to qualify any references to customized objects in the ____ namespace.

A) catalog
B) EBNF
C) limited
D) target
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
The schema design that requires more code than either of the designs combined is _______.

A) Russian Doll
B) Garden of Eden
C) Venetian Blind
D) Flat Category
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
Declarations with ____ scope can be referenced throughout the schema file.

A) global
B) local
C) wide
D) full
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
38
A _______ document is a document that combines from multiple vocabularies.

A) simple
B) compound
C) combined
D) complex
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
In the Venetian Blind schema design, named complex types, element groups, and attribute groups can be ______ throughout the schema.

A) reused
B) local
C) nested
D) global
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
40
A(n)____ design does not declare elements and attributes globally, but instead creates named types and references those types within a single global element.

A) Russian Doll
B) Aggregated
C) Venetian Blind
D) Flat Catalog
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
41
To associate the _______ of a schema with a namespace, you declare the namespace of the
Instance document in the schema element and then make that namespace the target of the
Schema using the targetNamespace attribute.

A) steps
B) rules
C) guidelines
D) procedures
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
42
Each include & import element in a schema must be globally declared as a direct child of the ____ schema element.

A) host
B) root
C) base
D) tree
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
43
In the accompanying figure, item _______ represents the XML schema namespace attribute.

A) 1
B) 2
C) 3
D) 4
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
The _____ schema design element declarations can only be used once.

A) Russian Doll
B) Venetian Blind
C) Flat Catalog
D) Garden of Eden
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
45
Like an element name, an attribute can be qualified by adding a namespace _______.

A) suffix
B) prefix
C) tag
D) extension
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46
If the namespace prefix is omitted, the URI in the _______ rule is considered to be the default namespace for the selectors in the style sheet.

A) @namespace
B) @import
C) @charset
D) @insert
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
In an environment in which large and complex XML vocabularies are developed, different teams might work on different parts of the schema, using the _____ element to combine the different parts into a finished product.

A) include
B) import
C) export
D) combine
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
In the accompanying figure, item _______ represents the students element and contents copied from the student.xml document.

A) 1
B) 2
C) 3
D) 4
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
To combine schemas is through _______ when the schemas come from different namespaces.

A) include
B) import
C) export
D) combine
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
50
To _____ an object from an imported schema, you must declare the namespace of the imported schema in the schema element.

A) reference
B) use
C) define
D) apply
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
51
The _____ schema design contains one single global element; all others declarations are local.

A) Russian Doll
B) Venetian Blind
C) Flat Catalog
D) Garden of Eden
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52
The following code declares a namespace with the URI _______ within the course element and applies the schema file course.xsd to the document:
Xmlns= "http://example.com/higheredtestprep/course/ns "
Xsi:schemaLocation= "http://example.com/higheredtestprep/
Course/ns course.xsd ">


A) http://example.com/edtestprep/course/ns
B) http://example.com/higheredtestprep/course/ns
C) http://example.com/higheredtestprep/course/xsd
D) http://example.com/higheredtestprep
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
The building blocks of any schema are the XML elements that define the structure; these are known collectively as _______.

A) characters
B) objects
C) variables
D) elements
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
The standard vocabulary _______ has namespace URI, http://www.itunes.com/dtds/podcast-1.0.dtd.

A) CML
B) ITunes Podcast
C) XHTML
D) Xforms
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55
The standard vocabulary ____ has a namespace URI http://www.w3.org/2001/vxml.

A) CML
B) MathML
C) VoiceML
D) XForms
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56
In the accompanying figure, the prefix ____ is added to opening and closing tags for all elements in the students namespace.

A) crs
B) stu
C) xml
D) xsi
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
In the accompanying figure, the prefix _______ is added to the opening and closing tags for all elements in the course namespace.

A) stu
B) crs
C) xsi
D) xml
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
58
The _______ of a namespace declaration declaring a prefix extends from the beginning of the opening tag to the end of the corresponding closing tag.

A) scope
B) span
C) length
D) distance
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
59
To require all elements to be qualified but not all attributes, you enter the following code into the schema element:
ElementFormDefault= "qualified "
AttributeFormDefault= "_______ ">
)..

A) qualified
B) unqualified
C) default
D) null
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
60
In the accompanying figure, item ____ represents duplicate attributes deleted from the opening students tag.

A) 1
B) 2
C) 3
D) 4
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
61
As an example of a schema code,
<strong>As an example of a schema code,   What is the name of the Flat Catalog schema document? ________</strong> A) studentsfc.xsd B) XMLSchema-instance C) I8900-041 D) PSAT-080-5
What is the name of the Flat Catalog schema document? ________

A) studentsfc.xsd
B) XMLSchema-instance
C) I8900-041
D) PSAT-080-5
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
After a schema is imported into another schema file, any _______ it contains with global scope can be referenced in that file.

A) objects
B) variables
C) content
D) characters
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
63
Urma needs to identify the code for references to objects from the XMLSchema namespace that do not require prefix.What line of code represents this? _______

A)
B)
C)
D)
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
64
If Betty uses Flat Catalog design, the following is true:

A) all element and attribute definitions have global scope.
B) has only one global element with everything else nested
C) all element and attribute definitions have local scope.
D) has only one local element with everything else nested
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
65
In the example code, , a reference to objects from theh students namespace that do not require prefixes is _______.

A) xsi
B) attributeGroup
C) ref
D) studentAtt
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
In the example code, , a reference to objects from the students namespace that require prefixes is _______.

A) studentAtt
B) ref
C) stu:studentAtt
D) stu
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
67
Betty wants to review the Russian Doll design.She understands that there is only one global element with everything else nested inside of it.She also knows that a Russian Doll design is much more compact than a Flat Catalog, but _______

A) multiple levels of nested elements can be confusing
B) it can be more difficult to debug
C) it is easier to debug
D) both a and b need to be considered
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
A Venetian Blind design represents a(n)_______ between Flat Catalogs and Russian Dolls.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
69
Urma needs to identify the code for references to objects form XMLSchema namespace that require a prefix.What line of code represents this? _______

A)
B)
C)
D)
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
70
In XML Schema, any element or attribute with global scope must be entered as
a(n)_______ name.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
71
To _______ multiple style sheets to a compound document, you add a separate processing instruction for each style sheet.

A) import
B) include
C) link
D) combine
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
72
If a namespace is attached to the schema, only the root element needs to be _______ in the instance document.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
73
The root element of the _______ document becomes the top element declaration in the schema.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
A compound document is a document that combines elements from _______ vocabularies.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
75
The line of code

A) xmnls
B) xsi
C) schema
D) xsi:schema
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
A Russian Doll design is much more compact than a(n)_______, but the multiple levels of nested elements can be confusing and can make it more difficult to debug.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
77
As an example of a schema code:
<strong>As an example of a schema code:   What is the name of the Russian Doll schema document?_______</strong> A) I8900-041 B) studentsrd.xsd C) studentsfc.xsd D) PSAT-080-5
What is the name of the Russian Doll schema document?_______

A) I8900-041
B) studentsrd.xsd
C) studentsfc.xsd
D) PSAT-080-5
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
The association between the namespace and the _______ declared in an element does not apply to the siblings of that element.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
79
In a Flat Catalog design-sometimes referred to as a(n)_______ design-all element
and attribute definitions have global scope.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
80
In Flat Catalog design, every element and attribute definition is a direct _______ of the root element and thus has been defined globally.

A) parent
B) child
C) sibling
D) root
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 100 flashcards in this deck.