tailieunhanh - Essential xml Quick Reference PHẦN 2

Chú thích trẻ em hoặc một nhóm trẻ em có thể xuất hiện không hoặc nhiều lần tại các vị trí quy định. Chú thích trẻ em hoặc một nhóm trẻ em có thể xuất hiện một hoặc nhiều lần tại các vị trí quy định. Chú thích trẻ em hoặc một nhóm trẻ em có thể xuất hiện không hoặc một thời gian tại vị trí quy định. | 20 Essential XML Quick Reference Occurrence modifiers Syntax Description No modifier means the child or child group must appear exactly once at the specified location except in a choice content model . Annotated child or child group may appear zero or more times at the specified location. Annotated child or child group may appear one or more times at the specified location. Annotated child or child group may appear zero or one time at the specified location. A mixed content model is a special declaration that allows a mixture of text and child elements in any order. Mixed content models must use the following syntax ELEMENT name PCDATA childl child2 . Examples Element and text content models -- -- ELEMENT person name age children ELEMENT name fname mi mname lname ELEMENT fname PCDATA ELEMENT lname PCDATa ELEMENT mi PCDATA ELEMENT mname PCDATA ELEMENT age PCDATA ELEMENT children person -- -- DOCTYPE person SYSTEM person name fname Billy fname lname Smith lname name age 43 age children person name age age Document Type Definitions 21 person person name fname Jill fname mi J mi lname Smith lname name age 21 age person children person DTD Mixed content model -- -- ELEMENT p PCDATA b i ELEMENT b PCDATA ELEMENT i PCDATa -- -- DOCTYPE p SYSTEM p This i is i an b example b of i mixed i i content i b b p ATTLIST ATTLIST eName aName1 aType default aName2 aType default . An ATTLIST declaration defines the set of attributes that is allowed on a given element. Each attribute in the set has a name type and default declaration. The following sections describe attribute types and default declarations. Attribute types Attribute types make it possible to constrain the attribute value in different ways. See the following list of type identifiers for details. Type Description CDATA Arbitrary character data ID A name that is unique within the document 22 Essential XML Quick Reference Type Description idref A reference to an id

TỪ KHÓA LIÊN QUAN