{"id":256996,"date":"2022-12-03T08:31:01","date_gmt":"2022-12-03T00:31:01","guid":{"rendered":"https:\/\/lrxjmw.cn\/?p=256996"},"modified":"2022-11-07T08:31:27","modified_gmt":"2022-11-07T00:31:27","slug":"anyattribute-element-overview","status":"publish","type":"post","link":"https:\/\/lrxjmw.cn\/anyattribute-element-overview.html","title":{"rendered":"XSD \u5143\u7d20\u6982\u8ff0"},"content":{"rendered":"\n\n\n
\u5bfc\u8bfb<\/td>\n<anyAttribute> \u5143\u7d20\u4f7f\u6211\u4eec\u6709\u80fd\u529b\u901a\u8fc7\u672a\u88ab schema \u89c4\u5b9a\u7684\u5c5e\u6027\u6765\u6269\u5c55 XML \u6587\u6863\uff01<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

\"\"<\/p>\n

\u4e0b\u9762\u7684\u4f8b\u5b50\u662f\u6765\u81ea\u540d\u4e3a \"family.xsd\" \u7684 XML schema \u7684\u4e00\u4e2a\u7247\u6bb5\u3002\u5b83\u4e3a\u6211\u4eec\u5c55\u793a\u4e86\u9488\u5bf9 \"person\" \u5143\u7d20\u7684\u4e00\u4e2a\u58f0\u660e\u3002\u901a\u8fc7\u4f7f\u7528 <anyAttribute> \u5143\u7d20\uff0c\u6211\u4eec\u5c31\u53ef\u4ee5\u5411 \"person\" \u5143\u7d20\u6dfb\u52a0\u4efb\u610f\u6570\u91cf\u7684\u5c5e\u6027\uff1a<\/p>\n

<xs:element name=\"person\">\r\n  <xs:complexType>\r\n    <xs:sequence>\r\n      <xs:element name=\"firstname\" type=\"xs:string\"\/>\r\n      <xs:element name=\"lastname\" type=\"xs:string\"\/>\r\n    <\/xs:sequence>\r\n    <xs:anyAttribute\/>\r\n  <\/xs:complexType>\r\n<\/xs:element><\/pre>\n

\u73b0\u5728\uff0c\u6211\u4eec\u5e0c\u671b\u901a\u8fc7 \"gender\" \u5c5e\u6027\u6765\u6269\u5c55 \"person\" \u5143\u7d20\u3002\u5728\u8fd9\u79cd\u60c5\u51b5\u4e0b\u6211\u4eec\u5c31\u53ef\u4ee5\u8fd9\u6837\u505a\uff0c\u5373\u4f7f\u8fd9\u4e2a schema \u7684\u4f5c\u8005\u4ece\u672a\u58f0\u660e\u8fc7\u4efb\u4f55 \"gender\" \u5c5e\u6027\u3002<\/p>\n

\u8bf7\u770b\u8fd9\u4e2a schema \u6587\u4ef6\uff0c\u540d\u4e3a \"attribute.xsd\"\uff1a<\/p>\n

<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\r\n<xs:schema xmlns:xs=\"http:\/\/www.w3.org\/2001\/XMLSchema\"\r\ntargetNamespace=\"http:\/\/www.w3schools.com\"\r\nxmlns=\"http:\/\/www.w3schools.com\"\r\nelementFormDefault=\"qualified\">\r\n<xs:attribute name=\"gender\">\r\n  <xs:simpleType>\r\n    <xs:restriction base=\"xs:string\">\r\n      <xs:pattern value=\"male|female\"\/>\r\n    <\/xs:restriction>\r\n  <\/xs:simpleType>\r\n<\/xs:attribute>\r\n<\/xs:schema><\/pre>\n

\u4e0b\u9762\u8fd9\u4e2a XML\uff08\u540d\u4e3a \"Myfamily.xml\"\uff09\uff0c\u4f7f\u7528\u4e86\u6765\u81ea\u4e0d\u540c schema \u7684\u6210\u5206\uff0c\"family.xsd\" \u548c \"attribute.xsd\"\uff1a<\/p>\n

<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\r\n<persons xmlns=\"http:\/\/www.microsoft.com\"\r\nxmlns:xsi=\"http:\/\/www.w3.org\/2001\/XMLSchema-instance\"\r\nxsi:SchemaLocation=\"http:\/\/www.microsoft.com family.xsd\r\nhttp:\/\/www.w3schools.com attribute.xsd\">\r\n\r\n<person gender=\"female\">\r\n  <firstname>Hege<\/firstname>\r\n  <lastname>Refsnes<\/lastname>\r\n<\/person>\r\n<person gender=\"male\">\r\n  <firstname>Stale<\/firstname>\r\n  <lastname>Refsnes<\/lastname>\r\n<\/person>\r\n<\/persons><\/pre>\n

\u4e0a\u9762\u8fd9\u4e2a XML \u6587\u4ef6\u662f\u6709\u6548\u7684\uff0c\u8fd9\u662f\u56e0\u4e3a schema \"family.xsd\" \u5141\u8bb8\u6211\u4eec\u5411 \"person\" \u5143\u7d20\u6dfb\u52a0\u5c5e\u6027\u3002<\/p>\n

<any> \u548c <anyAttribute> \u5747\u53ef\u7528\u4e8e\u5236\u4f5c\u53ef\u6269\u5c55\u7684\u6587\u6863\uff01\u5b83\u4eec\u4f7f\u6587\u6863\u6709\u80fd\u529b\u5305\u542b\u672a\u5728\u4e3b XML schema \u4e2d\u58f0\u660e\u8fc7\u7684\u9644\u52a0\u5143\u7d20\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"

\u4e0b\u9762\u7684\u4f8b\u5b50\u662f\u6765\u81ea\u540d\u4e3a “family.xsd” \u7684 XML schema \u7684\u4e00\u4e2a\u7247\u6bb5\u3002\u5b83\u4e3a\u6211\u4eec\u5c55\u793a\u4e86\u9488\u5bf9 “p […]<\/p>\n","protected":false},"author":1481,"featured_media":256999,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[55],"tags":[],"class_list":["post-256996","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-thread"],"acf":[],"_links":{"self":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/256996","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/users\/1481"}],"replies":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/comments?post=256996"}],"version-history":[{"count":2,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/256996\/revisions"}],"predecessor-version":[{"id":257002,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/256996\/revisions\/257002"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media\/256999"}],"wp:attachment":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media?parent=256996"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/categories?post=256996"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/tags?post=256996"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}