🎴 Flashcard Mode
C/C++ Programming and XML Schema Quiz
Card1 / 20
Mastered0
Review0
QuestionClick to flip
With an extensible Schema definition you cannot:
AnswerClick to flip back
A
All the above
💡 Explanation:
XML Schema is explicitly designed to be extensible. All three capabilities listed are core features: schemas can be reused via import/include, custom data types can be derived from standard types via extension/restriction, and multiple schemas can be referenced in a single document. The question asks what you CANNOT do - none of these are limitations.