Research Article

[Retracted] Big Data Enabled the Development of Public Sports Health Emergency Corpus: Taking MACPHE as an Example

Table 2

Definition and raw data processing of XML schema.

Code NO.Description of the date processing

001<?xml version=“1.0” encoding=“UTF-8”?>
002<xs:schemaxmlns:xs=“http://http://www.w3.org/2001/XMLSchema
003targetNamespace = “http://www.w3schools.com
004xmlns=“http://www.w3schools.com” elementFormDefault=“qualified”>
005<xs:element name=“articleInfo”
006<xs:complexType>
007<xs:sequence>
008<xs:element name=“title” type=“xs:string”/>
009<xs:element name=“time” type=“xs:string”/>
010<xs:element name=“source” type=“xs:string”/>
011<xs:element name=“author” type=“xs:string”/>
012<xs:element name=“classify” type=“xs:string”/>
013<xs:element name=“theme” type=“xs:string”/>
014</xs:sequence>
015</xs:complexType>
016</xs:element>
017<xs:element name=“text”>
018<xs:complexType>
019<xs:sequence>
020<xs:element name=“sectID” type=“xs:string”/>
021<xs:element name=“sentenceID” type=“xs:string”/>
022<xs:element name=“sentence” type=“xs:string”/>
023<xs:element name=“sentenceCut” type=“xs:string”/>
024<xs:element name=“sentenceDependency” type=“xs:string”/>
025<xs:element name=“sentenceSemantic” type=“xs:string”/>
026</xs:sequence>
027</xs:complexType>
028</xs:element>
029</xs:schema>