Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

Newsroom Update

Apple is introducing a new Apple Watch Pride Edition Braided Solo Loop, matching watch face, and dynamic iOS and iPadOS wallpapers as a way to champion global movements to protect and advance equality for LGBTQ+ communities. Learn more >

Announcement

Introducing the iPad Pro with Apple M4 chip, the redesigned iPad Air in two sizes, and the all‑new Apple Pencil Pro. Watch the event >

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

what is this

<!ENTITY % plistObject "(array | data | date | dict | real | integer | string | true | false )" >

<!ELEMENT plist %plistObject;>

<!ATTLIST plist version CDATA "1.0" >


<!-- Collections -->

<!ELEMENT array (%plistObject;)*>

<!ELEMENT dict (key, %plistObject;)*>

<!ELEMENT key (#PCDATA)>


<!--- Primitive types -->

<!ELEMENT string (#PCDATA)>

<!ELEMENT data (#PCDATA)> <!-- Contents interpreted as Base-64 encoded -->

<!ELEMENT date (#PCDATA)> <!-- Contents should conform to a subset of ISO 8601 (in particular, YYYY '-' MM '-' DD 'T' HH ':' MM ':' SS 'Z'. Smaller units may be omitted with a loss of precision) -->


<!-- Numerical primitives -->

<!ELEMENT true EMPTY> <!-- Boolean constant true -->

<!ELEMENT false EMPTY> <!-- Boolean constant false -->

<!ELEMENT real (#PCDATA)> <!-- Contents should represent a floating point number matching ("+" | "-")? d+ ("."d*)? ("E" ("+" | "-") d+)? where d is a digit 0-9. -->

<!ELEMENT integer (#PCDATA)> <!-- Contents should represent a (possibly signed) integer number in base 10 -->

iPhone 5, iOS 8.4

Posted on Sep 10, 2015 6:12 AM

Reply
10 replies

Sep 10, 2015 7:01 AM in response to firefly1313

<!ENTITY % plistObject "(array | data | date | dict | real | integer | string | true | false )" >

<!ELEMENT plist %plistObject;>

<!ATTLIST plist version CDATA "1.0" >


<!-- Collections -->

<!ELEMENT array (%plistObject;)*>

<!ELEMENT dict (key, %plistObject;)*>

<!ELEMENT key (#PCDATA)>


<!--- Primitive types -->

<!ELEMENT string (#PCDATA)>

<!ELEMENT data (#PCDATA)> <!-- Contents interpreted as Base-64 encoded -->

<!ELEMENT date (#PCDATA)> <!-- Contents should conform to a subset of ISO 8601 (in particular, YYYY '-' MM '-' DD 'T' HH ':' MM ':' SS 'Z'. Smaller units may be omitted with a loss of precision) -->


<!-- Numerical primitives -->

<!ELEMENT true EMPTY> <!-- Boolean constant true -->

<!ELEMENT false EMPTY> <!-- Boolean constant false -->

<!ELEMENT real (#PCDATA)> <!-- Contents should represent a floating point number matching ("+" | "-")? d+ ("."d*)? ("E" ("+" | "-") d+)? where d is a digit 0-9. -->

<!ELEMENT integer (#PCDATA)> <!-- Contents should represent a (possibly signed) integer number in base 10 -->

what is this

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.