SóProvas


ID
2525005
Banca
FCC
Órgão
AL-RN
Ano
2013
Provas
Disciplina
Programação
Assuntos

Na construção de um documento XML, na declaração de um atributo em uma DTD é possível definir seu tipo, como por exemplo, CDATA, ENTITY etc., bem como o tipo do atributo. Para que um atributo fique marcado como obrigatório é necessário utilizar o valor #REQUIRED, e para que este atributo seja opcional, utiliza-se o valor

Alternativas
Comentários
  • The attribute-value can be one of the following:

    Value             Explanation

    value              The default value of the attribute

    #REQUIRED   The attribute is required

    #IMPLIED       The attribute is optional

    #FIXED value   The attribute value is fixed

    Fonte: https://www.w3schools.com/xml/xml_dtd_attributes.asp